|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VerticalAlignmentType in aspose.pdf |
---|
Fields in aspose.pdf declared as VerticalAlignmentType | |
---|---|
static VerticalAlignmentType |
VerticalAlignmentType.Bottom
Bottom alignment type. |
static VerticalAlignmentType |
VerticalAlignmentType.Center
Center alignment type. |
static VerticalAlignmentType |
VerticalAlignmentType.Top
Top alignment. |
Methods in aspose.pdf that return VerticalAlignmentType | |
---|---|
VerticalAlignmentType |
FloatingBox.getTextVerticalAlignment()
Gets a VerticalAlignmentType enum that indicates the vertical alignment
type of all paragraphs in the floating box. |
VerticalAlignmentType |
Cell.getVerticalAlignment()
Gets a VerticalAlignmentType
object that indicates the vertical alignment type. |
VerticalAlignmentType |
ImageInfo.getVerticalAlignment()
Gets a VerticalAlignmentType object that indicates the image vertical alignment type. |
VerticalAlignmentType |
Row.getVerticalAlignment()
Gets a VerticalAlignmentType object that indicates the vertical
alignment type of all cells in this row. |
VerticalAlignmentType |
Table.getVerticalAlignment()
Gets a VerticalAlignmentType object that indicates
the vertical alignment type of all cells in the table. |
Methods in aspose.pdf with parameters of type VerticalAlignmentType | |
---|---|
void |
FloatingBox.setTextVerticalAlignment(VerticalAlignmentType value)
Sets a VerticalAlignmentType enum that indicates the vertical alignment
type of all paragraphs in the floating box. |
void |
Cell.setVerticalAlignment(VerticalAlignmentType verticalAlignment)
Sets a VerticalAlignmentType
object that indicates the vertical alignment type. |
void |
ImageInfo.setVerticalAlignment(VerticalAlignmentType paraAlignment)
Sets a VerticalAlignmentType object that indicates the image vertical alignment type. |
void |
Row.setVerticalAlignment(VerticalAlignmentType verticalAlignment)
Sets a VerticalAlignmentType object that indicates the vertical
alignment type of all cells in this row. |
void |
Table.setVerticalAlignment(VerticalAlignmentType value)
Sets a VerticalAlignmentType object that indicates
the vertical alignment type of all cells in the table. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |