ShapeAdjustmentType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class ShapeAdjustmentType extends System.Enum
Specifies different types of shape adjustment values.
Fields
Field | Description |
---|---|
Custom | Custom type (unknown adjustment) |
CornerSize | Controls the size of the corners. |
LeftUpCorner | Controls the up left corner. |
RightUpCorner | Controls the up right corner. |
UpCorners | Controls the upper corners. |
DownCorners | Controls the down corners. |
Thickness | Controls the thickness of the figure. |
ArrowTailThickness | Controls the thickness of the arrow tail. |
ArrowheadLength | Controls the length of the arrowhead. |
ArrowheadWidth | Controls the width of the arrowhead. |
Radius | Controls the size of the radius of the shape or its part. |
Depth | Controls the depth of the gear teeth or the bevel effect. |
ShapePartOffset | Controls the offset of one part of the figure relative to another. |
Angle | Controls the angle for figure or its part. |
StartAngle | Start angle for pie and arc shapes. |
EndAngle | End angle for pie and arc shapes. |
StartPointX | Controls the callout start point X position. |
StartPointY | Controls the callout start point Y position. |
ConnectorPoint1X | Controls the horizontal position of the callout angle adjustment point. |
ConnectorPoint1Y | Controls the vertical position of the callout angle adjustment point. |
ConnectorPoint2X | Controls the horizontal position of the callout angle adjustment point. |
ConnectorPoint2Y | Controls the vertical position of the callout angle adjustment point. |
ConnectorBendPositionX | Controls the horizontal position of the bend in the connector. |
ConnectorBendPositionY | Controls the vertical position of the bend in the connector. |
AttachY | Controls the vertical attachment point of the figure. |
AttachX | Controls the horizontal attachment point of the figure. |
CalloutHeight | Controls the vertical size of the callout. |
CalloutWidth | Controls the horizontal size of the callout. |
CalloutSize | Controls the size of the callout. |
Curvature | Curvature of a bent, braces, curved arrow or shape. |
HorizontalThickness | Controls the horizontal thickness of the corner shape. |
VerticalThickness | Controls the vertical thickness of the corner shape. |
VerticalSize | Controls the vertical size of the shape. |
HorizontalSize | Controls the horizontal size of the shape. |
Top | Controls the top side of a shape. |
Custom
public static final int Custom
Custom type (unknown adjustment)
CornerSize
public static final int CornerSize
Controls the size of the corners.
LeftUpCorner
public static final int LeftUpCorner
Controls the up left corner.
RightUpCorner
public static final int RightUpCorner
Controls the up right corner.
UpCorners
public static final int UpCorners
Controls the upper corners.
DownCorners
public static final int DownCorners
Controls the down corners.
Thickness
public static final int Thickness
Controls the thickness of the figure.
ArrowTailThickness
public static final int ArrowTailThickness
Controls the thickness of the arrow tail.
ArrowheadLength
public static final int ArrowheadLength
Controls the length of the arrowhead.
ArrowheadWidth
public static final int ArrowheadWidth
Controls the width of the arrowhead.
Radius
public static final int Radius
Controls the size of the radius of the shape or its part.
Depth
public static final int Depth
Controls the depth of the gear teeth or the bevel effect.
ShapePartOffset
public static final int ShapePartOffset
Controls the offset of one part of the figure relative to another.
Angle
public static final int Angle
Controls the angle for figure or its part.
StartAngle
public static final int StartAngle
Start angle for pie and arc shapes.
EndAngle
public static final int EndAngle
End angle for pie and arc shapes.
StartPointX
public static final int StartPointX
Controls the callout start point X position.
StartPointY
public static final int StartPointY
Controls the callout start point Y position.
ConnectorPoint1X
public static final int ConnectorPoint1X
Controls the horizontal position of the callout angle adjustment point.
ConnectorPoint1Y
public static final int ConnectorPoint1Y
Controls the vertical position of the callout angle adjustment point.
ConnectorPoint2X
public static final int ConnectorPoint2X
Controls the horizontal position of the callout angle adjustment point.
ConnectorPoint2Y
public static final int ConnectorPoint2Y
Controls the vertical position of the callout angle adjustment point.
ConnectorBendPositionX
public static final int ConnectorBendPositionX
Controls the horizontal position of the bend in the connector.
ConnectorBendPositionY
public static final int ConnectorBendPositionY
Controls the vertical position of the bend in the connector.
AttachY
public static final int AttachY
Controls the vertical attachment point of the figure.
AttachX
public static final int AttachX
Controls the horizontal attachment point of the figure.
CalloutHeight
public static final int CalloutHeight
Controls the vertical size of the callout.
CalloutWidth
public static final int CalloutWidth
Controls the horizontal size of the callout.
CalloutSize
public static final int CalloutSize
Controls the size of the callout.
Curvature
public static final int Curvature
Curvature of a bent, braces, curved arrow or shape.
HorizontalThickness
public static final int HorizontalThickness
Controls the horizontal thickness of the corner shape.
VerticalThickness
public static final int VerticalThickness
Controls the vertical thickness of the corner shape.
VerticalSize
public static final int VerticalSize
Controls the vertical size of the shape.
HorizontalSize
public static final int HorizontalSize
Controls the horizontal size of the shape.
Top
public static final int Top
Controls the top side of a shape.