Class PresentationLayoutVariables
java.lang.Object
com.independentsoft.office.diagrams.PresentationLayoutVariables
The Class PresentationLayoutVariables.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new presentation layout variables. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the animation level.Gets the direction.Gets the hierarchy branch style.intGets the maximum children count.Gets the one by one animation.intGets the preferred children count.Gets the shape resize style.booleanChecks if is show insert bullet.booleanChecks if is show organization chart user interface.voidsetAnimationLevel(AnimationLevel animationLevel)Sets the animation level.voidsetDirection(Direction direction)Sets the direction.voidsetHierarchyBranchStyle(HierarchyBranchStyle hierarchyBranchStyle)Sets the hierarchy branch style.voidsetMaximumChildrenCount(int maximumChildrenCount)Sets the maximum children count.voidsetOneByOneAnimation(OneByOneAnimation oneByOneAnimation)Sets the one by one animation.voidsetPreferredChildrenCount(int preferredChildrenCount)Sets the preferred children count.voidsetShapeResizeStyle(ShapeResizeStyle shapeResizeStyle)Sets the shape resize style.voidsetShowInsertBullet(boolean showInsertBullet)Sets the show insert bullet.voidsetShowOrganizationChartUserInterface(boolean showOrganizationChartUserInterface)Sets the show organization chart user interface.toString()
-
Constructor Details
-
PresentationLayoutVariables
public PresentationLayoutVariables()Instantiates a new presentation layout variables.
-
-
Method Details
-
clone
-
toString
-
getAnimationLevel
Gets the animation level.- Returns:
- the animation level
-
setAnimationLevel
Sets the animation level.- Parameters:
animationLevel- the new animation level
-
getOneByOneAnimation
Gets the one by one animation.- Returns:
- the one by one animation
-
setOneByOneAnimation
Sets the one by one animation.- Parameters:
oneByOneAnimation- the new one by one animation
-
isShowInsertBullet
public boolean isShowInsertBullet()Checks if is show insert bullet.- Returns:
- true, if is show insert bullet
-
setShowInsertBullet
public void setShowInsertBullet(boolean showInsertBullet)Sets the show insert bullet.- Parameters:
showInsertBullet- the new show insert bullet
-
getMaximumChildrenCount
public int getMaximumChildrenCount()Gets the maximum children count.- Returns:
- the maximum children count
-
setMaximumChildrenCount
public void setMaximumChildrenCount(int maximumChildrenCount)Sets the maximum children count.- Parameters:
maximumChildrenCount- the new maximum children count
-
getPreferredChildrenCount
public int getPreferredChildrenCount()Gets the preferred children count.- Returns:
- the preferred children count
-
setPreferredChildrenCount
public void setPreferredChildrenCount(int preferredChildrenCount)Sets the preferred children count.- Parameters:
preferredChildrenCount- the new preferred children count
-
getDirection
Gets the direction.- Returns:
- the direction
-
setDirection
Sets the direction.- Parameters:
direction- the new direction
-
getHierarchyBranchStyle
Gets the hierarchy branch style.- Returns:
- the hierarchy branch style
-
setHierarchyBranchStyle
Sets the hierarchy branch style.- Parameters:
hierarchyBranchStyle- the new hierarchy branch style
-
isShowOrganizationChartUserInterface
public boolean isShowOrganizationChartUserInterface()Checks if is show organization chart user interface.- Returns:
- true, if is show organization chart user interface
-
setShowOrganizationChartUserInterface
public void setShowOrganizationChartUserInterface(boolean showOrganizationChartUserInterface)Sets the show organization chart user interface.- Parameters:
showOrganizationChartUserInterface- the new show organization chart user interface
-
getShapeResizeStyle
Gets the shape resize style.- Returns:
- the shape resize style
-
setShapeResizeStyle
Sets the shape resize style.- Parameters:
shapeResizeStyle- the new shape resize style
-