|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<horizontalalignment>
com.spire.doc.documents.horizontalalignment
public enum horizontalalignment
specifies type of the horizontal alignment.
enum constant summary | |
---|---|
center
specifies alignment to the center. |
|
distribute
specifies that the text shall be justified between both of the text margins in the document. |
|
hight_kashida
specifies that the kashida length for text in the current paragraph shall be extended to its wides possible length. |
|
justify
specifies alignment to both left and right. |
|
left
specifies alignment to the left. |
|
low_kashida
specifies that the kashida length for text in the current paragraph shall be exended to a slightly longer length. |
|
medium_kashida
specifies that the kashida length for text in the current paragraph shall be extended to a medium length determined by the consumer. |
|
right
specifies alignment to the right. |
method summary | |
---|---|
int |
getvalue()
|
enum constant detail |
---|
public static final horizontalalignment left
public static final horizontalalignment center
public static final horizontalalignment right
public static final horizontalalignment justify
public static final horizontalalignment distribute
public static final horizontalalignment hight_kashida
public static final horizontalalignment low_kashida
public static final horizontalalignment medium_kashida
method detail |
---|
public int getvalue()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |