Package | Description |
---|---|
com.aspose.note.hierarchy |
Modifier and Type | Method and Description |
---|---|
static LayoutAlignment |
LayoutAlignment.getAlignment(int horizontalAlignment)
Gets layout alignment by horizontal alignment.
|
static LayoutAlignment |
LayoutAlignment.getInParentDefault() |
LayoutAlignment |
EmbeddedFileNode.getLayoutAlignmentInParent()
Gets the alignment of the image relative to its containing outline element.
|
LayoutAlignment |
ImageNode.getLayoutAlignmentInParent()
Gets the alignment of the image relative to its containing outline element.
|
LayoutAlignment |
OutlineNode.getLayoutAlignmentInParent()
Gets the alignment of the outline.
|
LayoutAlignment |
RichTextOENode.getLayoutAlignmentInParent()
Gets the alignment of the outline element.
|
LayoutAlignment |
TableNode.getLayoutAlignmentInParent()
Gets the alignment of the table.
|
LayoutAlignment |
TitleNode.getLayoutAlignmentInParent()
Gets the alignment of the title.
|
LayoutAlignment |
EmbeddedFileNode.getLayoutAlignmentSelf()
Gets the alignment of the image.
|
LayoutAlignment |
ImageNode.getLayoutAlignmentSelf()
Gets the alignment of the image.
|
LayoutAlignment |
OutlineNode.getLayoutAlignmentSelf()
Gets the alignment of both the outline and all of the outline elements within childNode.
|
LayoutAlignment |
RichTextOENode.getLayoutAlignmentSelf()
Gets the alignment of the outline element.
|
LayoutAlignment |
TableNode.getLayoutAlignmentSelf()
Gets the alignment of the table and its cells.
|
LayoutAlignment |
TitleNode.getLayoutAlignmentSelf()
Gets the alignment of the title and all of the nodes within childNode.
|
static LayoutAlignment |
LayoutAlignment.getSelfDefault() |
static LayoutAlignment |
PropertyConvert.toLayoutAlignment(Property property)
Gets the
LayoutAlignment value from revision Property . |
Modifier and Type | Method and Description |
---|---|
static boolean |
LayoutAlignment.op_Equality(LayoutAlignment left,
LayoutAlignment right)
The ==.
|
static boolean |
LayoutAlignment.op_Inequality(LayoutAlignment left,
LayoutAlignment right)
The !=.
|
void |
EmbeddedFileNode.setLayoutAlignmentInParent(LayoutAlignment value)
Gets the alignment of the image relative to its containing outline element.
|
void |
ImageNode.setLayoutAlignmentInParent(LayoutAlignment value)
Gets the alignment of the image relative to its containing outline element.
|
void |
OutlineNode.setLayoutAlignmentInParent(LayoutAlignment value)
Gets the alignment of the outline.
|
void |
RichTextOENode.setLayoutAlignmentInParent(LayoutAlignment value)
Gets the alignment of the outline element.
|
void |
TableNode.setLayoutAlignmentInParent(LayoutAlignment value)
Gets the alignment of the table.
|
void |
TitleNode.setLayoutAlignmentInParent(LayoutAlignment value)
Gets the alignment of the title.
|
void |
EmbeddedFileNode.setLayoutAlignmentSelf(LayoutAlignment value)
Gets the alignment of the image.
|
void |
ImageNode.setLayoutAlignmentSelf(LayoutAlignment value)
Gets the alignment of the image.
|
void |
OutlineNode.setLayoutAlignmentSelf(LayoutAlignment value)
Gets the alignment of both the outline and all of the outline elements within childNode.
|
void |
RichTextOENode.setLayoutAlignmentSelf(LayoutAlignment value)
Gets the alignment of the outline element.
|
void |
TableNode.setLayoutAlignmentSelf(LayoutAlignment value)
Gets the alignment of the table and its cells.
|
void |
TitleNode.setLayoutAlignmentSelf(LayoutAlignment value)
Gets the alignment of the title and all of the nodes within childNode.
|
Copyright (c) 2016 Aspose. All Rights Reserved.