class Axlsx::PictureLocking
The picture locking class defines the locking properties for pictures in your workbook.
def initialize(options = {})
(**options)-
noChangeShapeType(Boolean) -- -
noChangeArrowheads(Boolean) -- -
noAdjustHandles(Boolean) -- -
noEditPoints(Boolean) -- -
noResize(Boolean) -- -
noMove(Boolean) -- -
noChangeAspect(Boolean) -- -
noRot(Boolean) -- -
noSelect(Boolean) -- -
noGrp(Boolean) --
def initialize(options = {}) @noChangeAspect = true parse_options options end
def to_xml_string(str = '')
-
(String)-
Parameters:
-
str(String) --
def to_xml_string(str = '') serialized_tag('a:picLocks', str) end