Adds an event listener.
Object
TransformationMatrix
A transformation matrix.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Number | readonly | The shear angle of the transformation matrix. | |
| Number | readonly | The rotation angle of the transformation matrix. | |
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| Number | readonly | The horizontal scale factor of the transformation matrix. | |
| Number | readonly | The horizontal translation of the transformation matrix. | |
| Number | readonly | The index of the TransformationMatrix within its containing object. | |
| Boolean | readonly | Returns true if the object specifier resolves to valid objects. | |
| 2 Arrays of 2 Reals[] | readonly | The mapping the transformation matrix performs on the unit triangle. Can return: Array of Array of 2 Arrays of 2 Reals. | |
| Number[] | readonly | The values of the transformation matrix. | |
| String | readonly | The name of the TransformationMatrix. | |
| Application | readonly | The parent of the TransformationMatrix (a Application). | |
| Object | read/write | A property that allows setting of several properties at the same time. | |
| Number | readonly | The vertical scale factor of the transformation matrix. | |
| Number | readonly | The vertical translation of the transformation matrix. |
Methods
Multiply the transformation matrix by another.
→ Number[]
Multiply the point by the matrix.
Resolves the object specifier, creating an array of object references.
Invert the transformation matrix.
→ Boolean
Removes the event listener.
Rotate the transformation matrix.
Scale the transformation matrix.
Shear the transformation matrix.
→ String
Generates a string which, if executed, will return the TransformationMatrix.
→ String
Retrieves the object specifier.
Translate the transformation matrix.
Object of 4
Properties elsewhere that hold a TransformationMatrix.
Parameter of 39
Method parameters that accept a TransformationMatrix.
Button.transform(withMatrix)CheckBox.transform(withMatrix)ComboBox.transform(withMatrix)EPS.transform(withMatrix)EPSText.transform(withMatrix)EndnoteTextFrame.transform(withMatrix)FlexObject.transform(withMatrix)FormField.transform(withMatrix)Graphic.transform(withMatrix)GraphicLine.transform(withMatrix)Group.transform(withMatrix)HtmlItem.transform(withMatrix)Image.transform(withMatrix)ImportedPage.transform(withMatrix)ListBox.transform(withMatrix)MasterSpread.transform(withMatrix)MediaItem.transform(withMatrix)Movie.transform(withMatrix)MultiStateObject.transform(withMatrix)Oval.transform(withMatrix)PDF.transform(withMatrix)PICT.transform(withMatrix)Page.transform(withMatrix)PageItem.transform(withMatrix)Polygon.transform(withMatrix)RadioButton.transform(withMatrix)Rectangle.transform(withMatrix)SVG.transform(withMatrix)SignatureField.transform(withMatrix)Sound.transform(withMatrix)SplineItem.transform(withMatrix)Spread.transform(withMatrix)TextBox.transform(withMatrix)TextFrame.transform(withMatrix)TransformationMatrices.itemByRange(from)TransformationMatrices.nextItem(obj)TransformationMatrices.previousItem(obj)TransformationMatrix.catenateMatrix(withMatrix)WMF.transform(withMatrix)
Return 55
Methods that return a TransformationMatrix.
Button.transformValuesOf()CheckBox.transformValuesOf()ComboBox.transformValuesOf()EPS.transformValuesOf()EPSText.transformValuesOf()EndnoteTextFrame.transformValuesOf()FlexObject.transformValuesOf()FormField.transformValuesOf()Graphic.transformValuesOf()GraphicLine.transformValuesOf()Group.transformValuesOf()Guide.transformValuesOf()HtmlItem.transformValuesOf()Image.transformValuesOf()ImportedPage.transformValuesOf()ListBox.transformValuesOf()MasterSpread.transformValuesOf()MediaItem.transformValuesOf()Movie.transformValuesOf()MultiStateObject.transformValuesOf()Oval.transformValuesOf()PDF.transformValuesOf()PICT.transformValuesOf()Page.transformValuesOf()PageItem.transformValuesOf()Polygon.transformValuesOf()RadioButton.transformValuesOf()Rectangle.transformValuesOf()SVG.transformValuesOf()SignatureField.transformValuesOf()Sound.transformValuesOf()SplineItem.transformValuesOf()Spread.transformValuesOf()TextBox.transformValuesOf()TextFrame.transformValuesOf()TransformationMatrices.[]()TransformationMatrices.add()TransformationMatrices.anyItem()TransformationMatrices.everyItem()TransformationMatrices.firstItem()TransformationMatrices.item()TransformationMatrices.itemByName()TransformationMatrices.itemByRange()TransformationMatrices.lastItem()TransformationMatrices.middleItem()TransformationMatrices.nextItem()TransformationMatrices.previousItem()TransformationMatrix.catenateMatrix()TransformationMatrix.getElements()TransformationMatrix.invertMatrix()TransformationMatrix.rotateMatrix()TransformationMatrix.scaleMatrix()TransformationMatrix.shearMatrix()TransformationMatrix.translateMatrix()WMF.transformValuesOf()