org.apache.poi.hslf.model.textproperties
Class TextAlignmentProp

java.lang.Object
  extended by org.apache.poi.hslf.model.textproperties.TextProp
      extended by org.apache.poi.hslf.model.textproperties.TextAlignmentProp
All Implemented Interfaces:
java.lang.Cloneable

public class TextAlignmentProp
extends TextProp

Definition for the text alignment property.


Field Summary
static int CENTER
          For horizontal text, centered.
static int DISTRIBUTED
          Distribute space between characters.
static int JUSTIFY
          For horizontal text, flush left and right.
static int JUSTIFYLOW
          Kashida justify low.
static int LEFT
          For horizontal text, left aligned.
static int RIGHT
          For horizontal text, right aligned.
static int THAIDISTRIBUTED
          Thai distribution justification.
 
Constructor Summary
TextAlignmentProp()
           
 
Method Summary
 
Methods inherited from class org.apache.poi.hslf.model.textproperties.TextProp
clone, equals, getMask, getName, getSize, getValue, getWriteMask, hashCode, setValue, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

LEFT

public static final int LEFT
For horizontal text, left aligned. For vertical text, top aligned.

See Also:
Constant Field Values

CENTER

public static final int CENTER
For horizontal text, centered. For vertical text, middle aligned.

See Also:
Constant Field Values

RIGHT

public static final int RIGHT
For horizontal text, right aligned. For vertical text, bottom aligned.

See Also:
Constant Field Values

JUSTIFY

public static final int JUSTIFY
For horizontal text, flush left and right. For vertical text, flush top and bottom.

See Also:
Constant Field Values

DISTRIBUTED

public static final int DISTRIBUTED
Distribute space between characters.

See Also:
Constant Field Values

THAIDISTRIBUTED

public static final int THAIDISTRIBUTED
Thai distribution justification.

See Also:
Constant Field Values

JUSTIFYLOW

public static final int JUSTIFYLOW
Kashida justify low.

See Also:
Constant Field Values
Constructor Detail

TextAlignmentProp

public TextAlignmentProp()


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.