horizontalalignment-ag凯发旗舰厅



com.spire.doc.documents
enum horizontalalignment

java.lang.object
  extended by java.lang.enum<horizontalalignment>
      extended by com.spire.doc.documents.horizontalalignment
all implemented interfaces:
java.lang.comparable<horizontalalignment>

public enum horizontalalignment
extends java.lang.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

left

public static final horizontalalignment left
specifies alignment to the left.

center

public static final horizontalalignment center
specifies alignment to the center.

right

public static final horizontalalignment right
specifies alignment to the right.

justify

public static final horizontalalignment justify
specifies alignment to both left and right.

distribute

public static final horizontalalignment distribute
specifies that the text shall be justified between both of the text margins in the document.

hight_kashida

public static final horizontalalignment hight_kashida
specifies that the kashida length for text in the current paragraph shall be extended to its wides possible length.

low_kashida

public static final horizontalalignment low_kashida
specifies that the kashida length for text in the current paragraph shall be exended to a slightly longer length. this setting shall also be applied to arabic text when the both setting is applied.

medium_kashida

public static final horizontalalignment medium_kashida
specifies that the kashida length for text in the current paragraph shall be extended to a medium length determined by the consumer.
method detail

getvalue

public int getvalue()


网站地图