public interface Alignment
Modifier and Type | Method and Description |
---|---|
String |
getHorizontal()
Returns the horizontal
|
int |
getIndent()
Returns the indent
|
String |
getReadingOrder()
Returns the reading order.
|
int |
getRelativeIndent()
Returns the relative indent.
|
int |
getTextRotation()
Returns the text rotation
|
String |
getVertical()
Returns the vertical
|
boolean |
isJustifyLastLine()
Returns whether enable the justify last line or not
|
boolean |
isShrinkToFit()
Returns whether enable the shrink to fit
|
boolean |
isWrapText()
Returns whether enable the wrap text or not
|
void |
setHorizontal(String horizontal)
Sets the horizontal
|
void |
setIndent(int indent)
Sets the indent
|
void |
setJustifyLastLine(boolean enable)
Sets to enable the justify last line
|
void |
setReadingOrder(String readingOrder)
Sets the reading order.
|
void |
setRelativeIndent(int relativeIndent)
Sets the relative indent.
|
void |
setShrinkToFit(boolean enable)
Sets to enable the shrink to fit
|
void |
setTextRotation(int textRotation)
Sets the text rotation
|
void |
setVertical(String vertical)
Sets the vertical
|
void |
setWrapText(boolean enable)
Sets to enable the wrap text
|
void setHorizontal(String horizontal)
horizontal
- void setVertical(String vertical)
vertical
- void setTextRotation(int textRotation)
textRotation
- void setWrapText(boolean enable)
enable
- void setIndent(int indent)
indent
- void setRelativeIndent(int relativeIndent)
relativeIndent
- void setJustifyLastLine(boolean enable)
enable
- void setShrinkToFit(boolean enable)
enable
- void setReadingOrder(String readingOrder)
readingOrder
- String getHorizontal()
String getVertical()
int getTextRotation()
boolean isWrapText()
int getIndent()
int getRelativeIndent()
boolean isJustifyLastLine()
boolean isShrinkToFit()
String getReadingOrder()
Copyright © 2017. All rights reserved.