Class GraphicFrame
java.lang.Object
com.independentsoft.office.drawing.GraphicFrame
- All Implemented Interfaces:
IGroupElement
The Class GraphicFrame.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new graphic frame.GraphicFrame(GraphicObject graphicObject)Instantiates a new graphic frame. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the description.Gets the DrawingML extension list (a:extLst).Gets the graphic object.getID()Gets the id.Gets the locking.getName()Gets the name.Gets the transform2 d.booleanisHidden()Checks if is hidden.voidsetDescription(String description)Sets the description.voidsetExtensionList(ExtensionList extensionList)Sets the DrawingML extension list (a:extLst).voidsetGraphicObject(GraphicObject graphicObject)Sets the graphic object.voidsetHidden(boolean isHidden)Sets the hidden.voidSets the id.voidsetLocking(GraphicFrameLocking locking)Sets the locking.voidSets the name.voidsetTransform2D(Transform2D transform2D)Sets the transform2 d.toString()
-
Constructor Details
-
GraphicFrame
public GraphicFrame()Instantiates a new graphic frame. -
GraphicFrame
Instantiates a new graphic frame.- Parameters:
graphicObject- the graphic object
-
-
Method Details
-
clone
- Specified by:
clonein interfaceIGroupElement- Overrides:
clonein classObject
-
toString
-
getExtensionList
Gets the DrawingML extension list (a:extLst).- Returns:
- the extension list
-
setExtensionList
Sets the DrawingML extension list (a:extLst).- Parameters:
extensionList- the new extension list
-
getGraphicObject
Gets the graphic object.- Returns:
- the graphic object
-
setGraphicObject
Sets the graphic object.- Parameters:
graphicObject- the new graphic object
-
getTransform2D
Gets the transform2 d.- Returns:
- the transform2 d
-
setTransform2D
Sets the transform2 d.- Parameters:
transform2D- the new transform2 d
-
getLocking
Gets the locking.- Returns:
- the locking
-
setLocking
Sets the locking.- Parameters:
locking- the new locking
-
getID
Gets the id.- Returns:
- the id
-
setID
Sets the id.- Parameters:
id- the new id
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-
getDescription
Gets the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the new description
-
isHidden
public boolean isHidden()Checks if is hidden.- Returns:
- true, if is hidden
-
setHidden
public void setHidden(boolean isHidden)Sets the hidden.- Parameters:
isHidden- the new hidden
-