public class Para
Constructor Summary |
---|
Para()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
Bullet | getBullet() | |
void | ||
Determines the bullet style. | ||
IntValue | getBulletFont() | |
void | setBulletFont(IntValue value) | |
Represents the number of the font used to format the text when a custom bullet string is specified and the value in the Bullet element is non-zero. | ||
DoubleValue | getBulletFontSize() | |
void | setBulletFontSize(DoubleValue value) | |
Specifies the size of a bullet. | ||
Str2Value | getBulletStr() | |
void | setBulletStr(Str2Value value) | |
"Used to create a custom bullet style. Enter the style as a string (within quotation marks). For example, you could enter the string, ""ooo.""" | ||
int | getDel() | |
void | setDel(intvalue) | |
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant. | ||
BoolValue | getFlags() | |
void | ||
Indicates whether the text direction is left to right or right to left. | ||
HorzAlign | getHorzAlign() | |
void | setHorzAlign(HorzAlign value) | |
Specifies the horizontal alignment of text in the shape's text block. | ||
DoubleValue | getIndFirst() | |
void | setIndFirst(DoubleValue value) | |
Specifies the distance the first line of each paragraph in the shape's text block is indented from the left indent of the paragraph. This value is independent of the scale of the drawing. If the drawing is scaled, the first line indent remains the same. | ||
DoubleValue | getIndLeft() | |
void | setIndLeft(DoubleValue value) | |
Specifies the distance all lines of text in a paragraph are indented from the left margin of the text block. This value is independent of the scale of the drawing. If the drawing is scaled, the left indent remains the same. | ||
DoubleValue | getIndRight() | |
void | setIndRight(DoubleValue value) | |
Specifies the distance all lines of text in a paragraph are indented from the right margin of the text block. This value is independent of the scale of the drawing. If the drawing is scaled, the right indent remains the same. | ||
int | getIX() | |
void | setIX(intvalue) | |
The zero-based index of the element within its parent element. | ||
LocalizeFont | getLocalizeBulletFont() | |
void | ||
Specifies whether the bullet font should be localized (translated into another language). | ||
DoubleValue | getSpAfter() | |
void | setSpAfter(DoubleValue value) | |
Specifies the amount of space inserted after each paragraph in the shape's text block. | ||
DoubleValue | getSpBefore() | |
void | setSpBefore(DoubleValue value) | |
Specifies the amount of space inserted before each paragraph in the shape's text block. | ||
DoubleValue | getSpLine() | |
void | setSpLine(DoubleValue value) | |
Specifies the distance between one line of text and the next, where 100% is the height of a text line. | ||
DoubleValue | getTextPosAfterBullet() | |
void | setTextPosAfterBullet(DoubleValue value) | |
Represents the distance between the first line of the paragraph and the bullet. |
Method Summary | ||
---|---|---|
java.lang.Object | deepClone() | |
Creates deep copy of this instance.
|
public int getIX() / public void setIX(int value)
public int getDel() / public void setDel(int value)
public DoubleValue getIndFirst() / public void setIndFirst(DoubleValue value)
public DoubleValue getIndLeft() / public void setIndLeft(DoubleValue value)
public DoubleValue getIndRight() / public void setIndRight(DoubleValue value)
public DoubleValue getSpLine() / public void setSpLine(DoubleValue value)
public DoubleValue getSpBefore() / public void setSpBefore(DoubleValue value)
public DoubleValue getSpAfter() / public void setSpAfter(DoubleValue value)
public HorzAlign getHorzAlign() / public void setHorzAlign(HorzAlign value)
public Bullet getBullet() / public void setBullet(Bullet value)
public Str2Value getBulletStr() / public void setBulletStr(Str2Value value)
public IntValue getBulletFont() / public void setBulletFont(IntValue value)
public LocalizeFont getLocalizeBulletFont() / public void setLocalizeBulletFont(LocalizeFont value)
public DoubleValue getBulletFontSize() / public void setBulletFontSize(DoubleValue value)
public DoubleValue getTextPosAfterBullet() / public void setTextPosAfterBullet(DoubleValue value)
public BoolValue getFlags() / public void setFlags(BoolValue value)