Value
Name | Description | Value |
---|---|---|
AnchorPoint.BOTTOM_CENTER_ANCHOR | The center point on the bottom of the bounding box. | 1095656035 = 'ANbc' |
AnchorPoint.BOTTOM_LEFT_ANCHOR | The bottom left corner. | 1095656044 = 'ANbl' |
AnchorPoint.BOTTOM_RIGHT_ANCHOR | The bottom right corner. | 1095656050 = 'ANbr' |
AnchorPoint.CENTER_ANCHOR | The center point in the bounding box. | 1095656308 = 'ANct' |
AnchorPoint.LEFT_CENTER_ANCHOR | The center point on the left side of the bounding box. | 1095658595 = 'ANlc' |
AnchorPoint.RIGHT_CENTER_ANCHOR | The center point on the right side of the bounding box. | 1095660131 = 'ANrc' |
AnchorPoint.TOP_CENTER_ANCHOR | The center point on the top of the bounding box. | 1095660643 = 'ANtc' |
AnchorPoint.TOP_LEFT_ANCHOR | The top left corner. | 1095660652 = 'ANtl' |
AnchorPoint.TOP_RIGHT_ANCHOR | The top right corner. | 1095660658 = 'ANtr' |
Usage
In function
void Button.flipItem (given: Flip[, around: any])
any Button.resolve (location: any, in: CoordinateSpaces[, consideringRulerUnits: bool=false])
void Button.transform (in: CoordinateSpaces, from: any, withMatrix: any[, replacingCurrent: any][, consideringRulerUnits: bool=false])
void EPS.flipItem (given: Flip[, around: any])
any EPS.resolve (location: any, in: CoordinateSpaces[, consideringRulerUnits: bool=false])
void EPS.transform (in: CoordinateSpaces, from: any, withMatrix: any[, replacingCurrent: any][, consideringRulerUnits: bool=false])
void FormField.flipItem (given: Flip[, around: any])
any FormField.resolve (location: any, in: CoordinateSpaces[, consideringRulerUnits: bool=false])
void FormField.transform (in: CoordinateSpaces, from: any, withMatrix: any[, replacingCurrent: any][, consideringRulerUnits: bool=false])
void Graphic.flipItem (given: Flip[, around: any])
any Graphic.resolve (location: any, in: CoordinateSpaces[, consideringRulerUnits: bool=false])
void Graphic.transform (in: CoordinateSpaces, from: any, withMatrix: any[, replacingCurrent: any][, consideringRulerUnits: bool=false])
void GraphicLine.flipItem (given: Flip[, around: any])
any GraphicLine.resolve (location: any, in: CoordinateSpaces[, consideringRulerUnits: bool=false])
void GraphicLine.transform (in: CoordinateSpaces, from: any, withMatrix: any[, replacingCurrent: any][, consideringRulerUnits: bool=false])
void Group.flipItem (given: Flip[, around: any])
any Group.resolve (location: any, in: CoordinateSpaces[, consideringRulerUnits: bool=false])
void Group.transform (in: CoordinateSpaces, from: any, withMatrix: any[, replacingCurrent: any][, consideringRulerUnits: bool=false])
void Image.flipItem (given: Flip[, around: any])
any Image.resolve (location: any, in: CoordinateSpaces[, consideringRulerUnits: bool=false])
void Image.transform (in: CoordinateSpaces, from: any, withMatrix: any[, replacingCurrent: any][, consideringRulerUnits: bool=false])
void ImportedPage.flipItem (given: Flip[, around: any])
any ImportedPage.resolve (location: any, in: CoordinateSpaces[, consideringRulerUnits: bool=false])
void ImportedPage.transform (in: CoordinateSpaces, from: any, withMatrix: any[, replacingCurrent: any][, consideringRulerUnits: bool=false])
void Movie.transform (in: CoordinateSpaces, from: any, withMatrix: any[, replacingCurrent: any][, consideringRulerUnits: bool=false])
void Oval.flipItem (given: Flip[, around: any])
any Oval.resolve (location: any, in: CoordinateSpaces[, consideringRulerUnits: bool=false])
void Oval.transform (in: CoordinateSpaces, from: any, withMatrix: any[, replacingCurrent: any][, consideringRulerUnits: bool=false])
void PDF.flipItem (given: Flip[, around: any])
any PDF.resolve (location: any, in: CoordinateSpaces[, consideringRulerUnits: bool=false])
void PDF.transform (in: CoordinateSpaces, from: any, withMatrix: any[, replacingCurrent: any][, consideringRulerUnits: bool=false])
void PICT.flipItem (given: Flip[, around: any])
any PICT.resolve (location: any, in: CoordinateSpaces[, consideringRulerUnits: bool=false])
void PICT.transform (in: CoordinateSpaces, from: any, withMatrix: any[, replacingCurrent: any][, consideringRulerUnits: bool=false])
void PageItem.flipItem (given: Flip[, around: any])
any PageItem.resolve (location: any, in: CoordinateSpaces[, consideringRulerUnits: bool=false])
void PageItem.transform (in: CoordinateSpaces, from: any, withMatrix: any[, replacingCurrent: any][, consideringRulerUnits: bool=false])
void Polygon.flipItem (given: Flip[, around: any])
any Polygon.resolve (location: any, in: CoordinateSpaces[, consideringRulerUnits: bool=false])
void Polygon.transform (in: CoordinateSpaces, from: any, withMatrix: any[, replacingCurrent: any][, consideringRulerUnits: bool=false])
void Rectangle.flipItem (given: Flip[, around: any])
any Rectangle.resolve (location: any, in: CoordinateSpaces[, consideringRulerUnits: bool=false])
void Rectangle.transform (in: CoordinateSpaces, from: any, withMatrix: any[, replacingCurrent: any][, consideringRulerUnits: bool=false])
void Sound.transform (in: CoordinateSpaces, from: any, withMatrix: any[, replacingCurrent: any][, consideringRulerUnits: bool=false])
void TextFrame.flipItem (given: Flip[, around: any])
any TextFrame.resolve (location: any, in: CoordinateSpaces[, consideringRulerUnits: bool=false])
void TextFrame.transform (in: CoordinateSpaces, from: any, withMatrix: any[, replacingCurrent: any][, consideringRulerUnits: bool=false])
void WMF.flipItem (given: Flip[, around: any])
any WMF.resolve (location: any, in: CoordinateSpaces[, consideringRulerUnits: bool=false])
void WMF.transform (in: CoordinateSpaces, from: any, withMatrix: any[, replacingCurrent: any][, consideringRulerUnits: bool=false])
As property
AnchoredObjectSetting.anchorPoint
ChangeObjectPreference.anchorPoint
ChangeObjectPreference.fittingAlignment
FindObjectPreference.anchorPoint
FindObjectPreference.fittingAlignment
FrameFittingOption.fittingAlignment
LayoutWindow.transformReferencePoint
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |