Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New library which are either directly in it like Document or indirectly through several subpackages. |
Modifier and Type | Method and Description |
---|---|
Matrix |
XForm.getMatrix()
Gets matrix of the form.
|
Matrix |
Operator.ConcatenateMatrix.getMatrix()
Matrix argument of the operator.
|
Matrix |
Operator.SetTextMatrix.getMatrix()
Matrix argument of the operator.
|
Matrix |
Page.getRotationMatrix()
Gets transfomation matrix for the page.
|
static Matrix |
InternalHelper.getTextMatrix(TextState value) |
Matrix |
Matrix.multiply(Matrix other)
Multiplies the matrix by other matrix.
|
Matrix |
Matrix.reverse()
Calculates reverse matrix.
|
static Matrix |
Matrix.rotation(double alpha)
Creates matrix for given rotation angle.
|
static Matrix |
Matrix.scale(double x,
double y)
Creates matrix for given scale.
|
static Matrix |
Matrix.skew(double alpha,
double beta)
Creates matrix for given rotation angle.
|
Modifier and Type | Method and Description |
---|---|
static com.aspose.pdf.engine.data.IPdfArray |
InternalHelper.getMatrix(Matrix m,
com.aspose.pdf.engine.data.ITrailerable trailer) |
Matrix |
Matrix.multiply(Matrix other)
Multiplies the matrix by other matrix.
|
void |
XForm.setMatrix(Matrix value)
Sets matrix of the form.
|
void |
TextParagraph.setMatrix(Matrix value)
Sets Rotation of the paragraph.
|
void |
Operator.ConcatenateMatrix.setMatrix(Matrix value) |
void |
Operator.SetTextMatrix.setMatrix(Matrix value) |
static void |
InternalHelper.setTextMatrix(TextState value,
Matrix m) |
Constructor and Description |
---|
Artifact(ArtifactCollection owner,
Resources resources,
Matrix matrix,
com.aspose.ms.System.Collections.ArrayList _contents,
com.aspose.pdf.engine.data.IPdfDictionary _properties)
This constructor is used when artifact is read from the page.
|
Matrix(Matrix matrix)
Constructor
accepts a matrix to create a copy
|
Operator.ConcatenateMatrix(Matrix m)
Initializes operator by matrix.
|
Operator.SetTextMatrix(Matrix m)
Initializes operator by matrix.
|
WatermarkArtifact(ArtifactCollection owner,
Resources resources,
Matrix matrix,
com.aspose.ms.System.Collections.ArrayList _contents,
com.aspose.pdf.engine.data.IPdfDictionary _properties) |
Copyright © 2019 Aspose. All Rights Reserved.