Package | Description |
---|---|
com.aspose.pdf |
The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like
Document or indirectly through several
subpackages. |
com.aspose.pdf.devices |
The com.aspose.pdf.devices package provides classes which are used for representing
document as image(s) or a plain text.
|
com.aspose.pdf.facades |
The com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit.
|
com.aspose.pdf.tagged.logicalstructure.elements.bls |
The com.aspose.pdf.tagged.logicalstructure.elements.bls is a namespace for PDF Logical Structure classes.
|
Modifier and Type | Method and Description |
---|---|
VerticalAlignment |
Artifact.getArtifactVerticalAlignment()
Gets vertical alignment of artifact.
|
VerticalAlignment |
TextBoxField.getTextVerticalAlignment()
Gets or sets text vertical alignment for annotation.
|
VerticalAlignment |
BaseParagraph.getVerticalAlignment()
Gets a vertical alignment of paragraph
|
VerticalAlignment |
Cell.getVerticalAlignment()
Gets the vertical alignment.
|
VerticalAlignment |
Row.getVerticalAlignment()
Gets or sets the vertical alignment.
|
VerticalAlignment |
Stamp.getVerticalAlignment()
Gets vertical alignment of stamp on page.
|
VerticalAlignment |
TextFragment.getVerticalAlignment()
Gets a vertical alignment of text fragment.
|
VerticalAlignment |
TextParagraph.getVerticalAlignment()
Gets vertical alignment for the text inside paragrph's
Rectangle . |
static VerticalAlignment |
VerticalAlignment.valueOf(int alignmentType) |
static VerticalAlignment |
VerticalAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerticalAlignment[] |
VerticalAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static TextParagraph |
InternalHelper.PageGenerator_getTextParagraph(TextFragment fragment,
Rectangle rect,
Page page,
boolean isHorizontalAlignmentSet,
HorizontalAlignment alignment,
VerticalAlignment verticalAlignment,
boolean isWordWrapped) |
void |
Artifact.setArtifactVerticalAlignment(VerticalAlignment value)
Sets vertical alignment of artifact.
|
void |
TextBoxField.setTextVerticalAlignment(VerticalAlignment value)
Gets or sets text vertical alignment for annotation.
|
void |
BaseParagraph.setVerticalAlignment(VerticalAlignment value)
Sets a vertical alignment of paragraph
|
void |
Cell.setVerticalAlignment(VerticalAlignment value)
Sets the vertical alignment.
|
void |
Row.setVerticalAlignment(VerticalAlignment value)
Gets or sets the vertical alignment.
|
void |
Stamp.setVerticalAlignment(VerticalAlignment value)
Sets vertical alignment of stamp on page.
|
void |
TextFragment.setVerticalAlignment(VerticalAlignment value)
Sets a vertical alignment of text fragment.
|
void |
TextParagraph.setVerticalAlignment(VerticalAlignment value)
Sets vertical alignment for the text inside paragrph's
Rectangle . |
Constructor and Description |
---|
GraphicsDevice(Point origin,
int paperWidth,
int paperHeight,
com.aspose.ms.System.Drawing.Rectangle marginBounds,
float scaleFactor,
Resolution resolution,
int rotateDegrees,
boolean autoSize,
VerticalAlignment verticalAlignment,
HorizontalAlignment horizontalAlignment,
boolean isXpsPrinting)
Initializes a new instance of the
GraphicsDevice class with provided image dimensions
and resolution. |
Modifier and Type | Method and Description |
---|---|
VerticalAlignment |
PdfViewer.getVerticalAlignment()
Gets a value that indicates vertical alignment
|
VerticalAlignment |
PdfPageEditor.getVerticalAlignmentType()
Gets the vertical alignment of the original PDF content on the result page, default is
VerticalAlignmentType.Bottom.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfViewer.setVerticalAlignment(VerticalAlignment value)
Sets a value that indicates vertical alignment
|
void |
PdfPageEditor.setVerticalAlignmentType(VerticalAlignment value)
Sets the vertical alignment of the original PDF content on the result page, default is
VerticalAlignmentType.Bottom.
|
Modifier and Type | Method and Description |
---|---|
VerticalAlignment |
TableCellElement.getVerticalAlignment()
Gets or sets the vertical alignment.
|
VerticalAlignment |
TableTRElement.getVerticalAlignment()
Gets or sets the vertical alignment.
|
Modifier and Type | Method and Description |
---|---|
void |
TableCellElement.setVerticalAlignment(VerticalAlignment value)
Gets or sets the vertical alignment.
|
void |
TableTRElement.setVerticalAlignment(VerticalAlignment value)
Gets or sets the vertical alignment.
|
Copyright © 2023 Aspose. All Rights Reserved.