Class PropertySet
java.lang.Object
com.independentsoft.office.diagrams.PropertySet
The Class PropertySet.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the color transform category.Gets the color transform type.Gets the current diagram category.Gets the current diagram type.Gets the current style category.Gets the current style type.intGets the custom factor height.intGets the custom factor width.intGets the custom rotation.intGets the fixed height override.intGets the fixed width override.intGets the height scale.intGets the include angle scale.intGets the neighbor offset height.intGets the neighbor offset width.Gets the placeholder text.Gets the presentation element id.Gets the presentation layout variables.Gets the presentation name.intGets the presentation style count.intGets the presentation style index.Gets the presentation style label.intGets the radius scale.getStyle()Gets the style.intGets the width scale.booleanChecks if is coherent3 d behavior.booleanChecks if is custom horizontal flip.booleanChecks if is custom vertical flip.booleanChecks if is placeholder.booleanChecks if is text changed.voidsetCoherent3DBehavior(boolean coherent3DBehavior)Sets the coherent3 d behavior.voidsetColorTransformCategory(String colorTransformCategory)Sets the color transform category.voidsetColorTransformType(String colorTransformType)Sets the color transform type.voidsetCurrentDiagramCategory(String currentDiagramCategory)Sets the current diagram category.voidsetCurrentDiagramType(String currentDiagramType)Sets the current diagram type.voidsetCurrentStyleCategory(String currentStyleCategory)Sets the current style category.voidsetCurrentStyleType(String currentStyleType)Sets the current style type.voidsetCustomFactorHeight(int customFactorHeight)Sets the custom factor height.voidsetCustomFactorWidth(int customFactorWidth)Sets the custom factor width.voidsetCustomHorizontalFlip(boolean customHorizontalFlip)Sets the custom horizontal flip.voidsetCustomRotation(int customRotation)Sets the custom rotation.voidsetCustomVerticalFlip(boolean customVerticalFlip)Sets the custom vertical flip.voidsetFixedHeightOverride(int fixedHeightOverride)Sets the fixed height override.voidsetFixedWidthOverride(int fixedWidthOverride)Sets the fixed width override.voidsetHeightScale(int heightScale)Sets the height scale.voidsetIncludeAngleScale(int includeAngleScale)Sets the include angle scale.voidsetNeighborOffsetHeight(int neighborOffsetHeight)Sets the neighbor offset height.voidsetNeighborOffsetWidth(int neighborOffsetWidth)Sets the neighbor offset width.voidsetPlaceholder(boolean isPlaceholder)Sets the placeholder.voidsetPlaceholderText(String placeholderText)Sets the placeholder text.voidsetPresentationElementID(String presentationElementID)Sets the presentation element id.voidsetPresentationLayoutVariables(PresentationLayoutVariables presentationLayoutVariables)Sets the presentation layout variables.voidsetPresentationName(String presentationName)Sets the presentation name.voidsetPresentationStyleCount(int presentationStyleCount)Sets the presentation style count.voidsetPresentationStyleIndex(int presentationStyleIndex)Sets the presentation style index.voidsetPresentationStyleLabel(String presentationStyleLabel)Sets the presentation style label.voidsetRadiusScale(int radiusScale)Sets the radius scale.voidsetStyle(ShapeStyle style)Sets the style.voidsetTextChanged(boolean textChanged)Sets the text changed.voidsetWidthScale(int widthScale)Sets the width scale.toString()
-
Constructor Details
-
PropertySet
public PropertySet()Instantiates a new property set.
-
-
Method Details
-
clone
-
toString
-
getPresentationLayoutVariables
Gets the presentation layout variables.- Returns:
- the presentation layout variables
-
setPresentationLayoutVariables
public void setPresentationLayoutVariables(PresentationLayoutVariables presentationLayoutVariables)Sets the presentation layout variables.- Parameters:
presentationLayoutVariables- the new presentation layout variables
-
getStyle
Gets the style.- Returns:
- the style
-
setStyle
Sets the style.- Parameters:
style- the new style
-
isCoherent3DBehavior
public boolean isCoherent3DBehavior()Checks if is coherent3 d behavior.- Returns:
- true, if is coherent3 d behavior
-
setCoherent3DBehavior
public void setCoherent3DBehavior(boolean coherent3DBehavior)Sets the coherent3 d behavior.- Parameters:
coherent3DBehavior- the new coherent3 d behavior
-
getColorTransformCategory
Gets the color transform category.- Returns:
- the color transform category
-
setColorTransformCategory
Sets the color transform category.- Parameters:
colorTransformCategory- the new color transform category
-
getColorTransformType
Gets the color transform type.- Returns:
- the color transform type
-
setColorTransformType
Sets the color transform type.- Parameters:
colorTransformType- the new color transform type
-
getCustomRotation
public int getCustomRotation()Gets the custom rotation.- Returns:
- the custom rotation
-
setCustomRotation
public void setCustomRotation(int customRotation)Sets the custom rotation.- Parameters:
customRotation- the new custom rotation
-
isCustomHorizontalFlip
public boolean isCustomHorizontalFlip()Checks if is custom horizontal flip.- Returns:
- true, if is custom horizontal flip
-
setCustomHorizontalFlip
public void setCustomHorizontalFlip(boolean customHorizontalFlip)Sets the custom horizontal flip.- Parameters:
customHorizontalFlip- the new custom horizontal flip
-
isCustomVerticalFlip
public boolean isCustomVerticalFlip()Checks if is custom vertical flip.- Returns:
- true, if is custom vertical flip
-
setCustomVerticalFlip
public void setCustomVerticalFlip(boolean customVerticalFlip)Sets the custom vertical flip.- Parameters:
customVerticalFlip- the new custom vertical flip
-
getNeighborOffsetWidth
public int getNeighborOffsetWidth()Gets the neighbor offset width.- Returns:
- the neighbor offset width
-
setNeighborOffsetWidth
public void setNeighborOffsetWidth(int neighborOffsetWidth)Sets the neighbor offset width.- Parameters:
neighborOffsetWidth- the new neighbor offset width
-
getNeighborOffsetHeight
public int getNeighborOffsetHeight()Gets the neighbor offset height.- Returns:
- the neighbor offset height
-
setNeighborOffsetHeight
public void setNeighborOffsetHeight(int neighborOffsetHeight)Sets the neighbor offset height.- Parameters:
neighborOffsetHeight- the new neighbor offset height
-
getCustomFactorWidth
public int getCustomFactorWidth()Gets the custom factor width.- Returns:
- the custom factor width
-
setCustomFactorWidth
public void setCustomFactorWidth(int customFactorWidth)Sets the custom factor width.- Parameters:
customFactorWidth- the new custom factor width
-
getCustomFactorHeight
public int getCustomFactorHeight()Gets the custom factor height.- Returns:
- the custom factor height
-
setCustomFactorHeight
public void setCustomFactorHeight(int customFactorHeight)Sets the custom factor height.- Parameters:
customFactorHeight- the new custom factor height
-
getIncludeAngleScale
public int getIncludeAngleScale()Gets the include angle scale.- Returns:
- the include angle scale
-
setIncludeAngleScale
public void setIncludeAngleScale(int includeAngleScale)Sets the include angle scale.- Parameters:
includeAngleScale- the new include angle scale
-
getRadiusScale
public int getRadiusScale()Gets the radius scale.- Returns:
- the radius scale
-
setRadiusScale
public void setRadiusScale(int radiusScale)Sets the radius scale.- Parameters:
radiusScale- the new radius scale
-
getWidthScale
public int getWidthScale()Gets the width scale.- Returns:
- the width scale
-
setWidthScale
public void setWidthScale(int widthScale)Sets the width scale.- Parameters:
widthScale- the new width scale
-
getHeightScale
public int getHeightScale()Gets the height scale.- Returns:
- the height scale
-
setHeightScale
public void setHeightScale(int heightScale)Sets the height scale.- Parameters:
heightScale- the new height scale
-
getFixedWidthOverride
public int getFixedWidthOverride()Gets the fixed width override.- Returns:
- the fixed width override
-
setFixedWidthOverride
public void setFixedWidthOverride(int fixedWidthOverride)Sets the fixed width override.- Parameters:
fixedWidthOverride- the new fixed width override
-
getFixedHeightOverride
public int getFixedHeightOverride()Gets the fixed height override.- Returns:
- the fixed height override
-
setFixedHeightOverride
public void setFixedHeightOverride(int fixedHeightOverride)Sets the fixed height override.- Parameters:
fixedHeightOverride- the new fixed height override
-
isTextChanged
public boolean isTextChanged()Checks if is text changed.- Returns:
- true, if is text changed
-
setTextChanged
public void setTextChanged(boolean textChanged)Sets the text changed.- Parameters:
textChanged- the new text changed
-
getCurrentDiagramCategory
Gets the current diagram category.- Returns:
- the current diagram category
-
setCurrentDiagramCategory
Sets the current diagram category.- Parameters:
currentDiagramCategory- the new current diagram category
-
getCurrentDiagramType
Gets the current diagram type.- Returns:
- the current diagram type
-
setCurrentDiagramType
Sets the current diagram type.- Parameters:
currentDiagramType- the new current diagram type
-
isPlaceholder
public boolean isPlaceholder()Checks if is placeholder.- Returns:
- true, if is placeholder
-
setPlaceholder
public void setPlaceholder(boolean isPlaceholder)Sets the placeholder.- Parameters:
isPlaceholder- the new placeholder
-
getPlaceholderText
Gets the placeholder text.- Returns:
- the placeholder text
-
setPlaceholderText
Sets the placeholder text.- Parameters:
placeholderText- the new placeholder text
-
getPresentationElementID
Gets the presentation element id.- Returns:
- the presentation element id
-
setPresentationElementID
Sets the presentation element id.- Parameters:
presentationElementID- the new presentation element id
-
getPresentationName
Gets the presentation name.- Returns:
- the presentation name
-
setPresentationName
Sets the presentation name.- Parameters:
presentationName- the new presentation name
-
getPresentationStyleCount
public int getPresentationStyleCount()Gets the presentation style count.- Returns:
- the presentation style count
-
setPresentationStyleCount
public void setPresentationStyleCount(int presentationStyleCount)Sets the presentation style count.- Parameters:
presentationStyleCount- the new presentation style count
-
getPresentationStyleIndex
public int getPresentationStyleIndex()Gets the presentation style index.- Returns:
- the presentation style index
-
setPresentationStyleIndex
public void setPresentationStyleIndex(int presentationStyleIndex)Sets the presentation style index.- Parameters:
presentationStyleIndex- the new presentation style index
-
getPresentationStyleLabel
Gets the presentation style label.- Returns:
- the presentation style label
-
setPresentationStyleLabel
Sets the presentation style label.- Parameters:
presentationStyleLabel- the new presentation style label
-
getCurrentStyleCategory
Gets the current style category.- Returns:
- the current style category
-
setCurrentStyleCategory
Sets the current style category.- Parameters:
currentStyleCategory- the new current style category
-
getCurrentStyleType
Gets the current style type.- Returns:
- the current style type
-
setCurrentStyleType
Sets the current style type.- Parameters:
currentStyleType- the new current style type
-