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 |
---|---|
HorizontalAlignment |
Cell.getAlignment()
Gets the alignment.
|
HorizontalAlignment |
Table.getAlignment()
Gets the table alignment.
|
HorizontalAlignment |
Artifact.getArtifactHorizontalAlignment()
Gets horizontal alignment of artifact.
|
HorizontalAlignment |
Annotation.getHorizontalAlignment_Annotation_New()
Deprecated.
Use TextHorizontalAlignment property
|
HorizontalAlignment |
BaseParagraph.getHorizontalAlignment()
Gets a horizontal alignment of paragraph
|
HorizontalAlignment |
Stamp.getHorizontalAlignment()
Gets horizontal alignment of stamp on the page.
|
HorizontalAlignment |
TextFragment.getHorizontalAlignment()
Gets a horizontal alignment of text fragment.
|
HorizontalAlignment |
TextFragmentState.getHorizontalAlignment()
Gets horizontal alignment for the text.
|
HorizontalAlignment |
TextParagraph.getHorizontalAlignment()
Gets horizontal alignment for the text inside paragrph's Rectangle.
|
HorizontalAlignment |
TextState.getHorizontalAlignment()
Gets horizontal alignment for the text.
|
HorizontalAlignment |
TextStyle.getHorizontalAlignment()
Text alignment.
|
HorizontalAlignment |
RedactionAnnotation.getTextAlignment()
Gets alignment of Overlay Text.
|
HorizontalAlignment |
TextStamp.getTextAlignment()
Alignment of the text inside the stamp.
|
HorizontalAlignment |
Annotation.getTextHorizontalAlignment()
Gets text alignment for annotation.
|
static HorizontalAlignment |
HorizontalAlignment.valueOf(int alignmentType) |
static HorizontalAlignment |
HorizontalAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HorizontalAlignment[] |
HorizontalAlignment.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 |
Cell.setAlignment(HorizontalAlignment value)
Sets the alignment.
|
void |
Table.setAlignment(HorizontalAlignment value)
Sets the table alignment.
|
void |
Artifact.setArtifactHorizontalAlignment(HorizontalAlignment value)
Gets horizontal alignment of artifact.
|
void |
Annotation.setHorizontalAlignment_Annotation_New(HorizontalAlignment value)
Deprecated.
Use TextHorizontalAlignment property
|
void |
BaseParagraph.setHorizontalAlignment(HorizontalAlignment value)
Sets a horizontal alignment of paragraph
|
void |
Stamp.setHorizontalAlignment(HorizontalAlignment value)
Sets Horizontal alignment of stamp on the page.
|
void |
TextFragment.setHorizontalAlignment(HorizontalAlignment value)
Sets a horizontal alignment of text fragment.
|
void |
TextFragmentState.setHorizontalAlignment(HorizontalAlignment value)
Sets horizontal alignment for the text.
|
void |
TextParagraph.setHorizontalAlignment(HorizontalAlignment value)
Sets horizontal alignment for the text inside paragrph's Rectangle.
|
void |
TextState.setHorizontalAlignment(HorizontalAlignment value)
Sets horizontal alignment for the text.
|
void |
TextStyle.setHorizontalAlignment(HorizontalAlignment value)
Text alignment.
|
void |
RedactionAnnotation.setTextAlignment(HorizontalAlignment value)
Sets alignment of Overlay Text.
|
void |
TextStamp.setTextAlignment(HorizontalAlignment value)
Alignment of the text inside the stamp.
|
void |
Annotation.setTextHorizontalAlignment(HorizontalAlignment value)
Sets text alignmennt for annotation.
|
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 |
---|---|
HorizontalAlignment |
PdfPageEditor.getHorizontalAlignment()
Gets the horizontal alignment of the original PDF content on the result page, default is
AlignmentType.Left.
|
HorizontalAlignment |
PdfViewer.getHorizontalAlignment()
Gets a value that indicates horizontal alignment
|
Modifier and Type | Method and Description |
---|---|
void |
PdfPageEditor.setHorizontalAlignment(HorizontalAlignment value)
Sets the horizontal alignment of the original PDF content on the result page, default is
AlignmentType.Left.
|
void |
PdfViewer.setHorizontalAlignment(HorizontalAlignment value)
Sets a value that indicates horizontal alignment
|
Modifier and Type | Method and Description |
---|---|
HorizontalAlignment |
TableCellElement.getAlignment()
Gets or sets the cell alignment.
|
HorizontalAlignment |
TableElement.getAlignment()
Gets or sets the table alignment.
|
Modifier and Type | Method and Description |
---|---|
void |
TableCellElement.setAlignment(HorizontalAlignment value)
Gets or sets the cell alignment.
|
void |
TableElement.setAlignment(HorizontalAlignment value)
Gets or sets the table alignment.
|
Copyright © 2023 Aspose. All Rights Reserved.