Constructor Summary |
---|
Para()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
function | getBullet() | |
function | setBullet(value) | |
Determines the bullet style. | ||
function | getBulletFont() | |
function | setBulletFont(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. | ||
function | getBulletFontSize() | |
function | setBulletFontSize(value) | |
Specifies the size of a bullet. | ||
function | getBulletStr() | |
function | setBulletStr(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.""" | ||
function | getDel() | |
function | setDel(value) | |
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. | ||
function | getFlags() | |
function | setFlags(value) | |
Indicates whether the text direction is left to right or right to left. | ||
function | getHorzAlign() | |
function | setHorzAlign(value) | |
Specifies the horizontal alignment of text in the shape's text block. | ||
function | getIndFirst() | |
function | setIndFirst(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. | ||
function | getIndLeft() | |
function | setIndLeft(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. | ||
function | getIndRight() | |
function | setIndRight(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. | ||
function | getIX() | |
function | setIX(value) | |
The zero-based index of the element within its parent element. | ||
function | getLocalizeBulletFont() | |
function | setLocalizeBulletFont(value) | |
Specifies whether the bullet font should be localized (translated into another language). | ||
function | getSpAfter() | |
function | setSpAfter(value) | |
Specifies the amount of space inserted after each paragraph in the shape's text block. | ||
function | getSpBefore() | |
function | setSpBefore(value) | |
Specifies the amount of space inserted before each paragraph in the shape's text block. | ||
function | getSpLine() | |
function | setSpLine(value) | |
Specifies the distance between one line of text and the next, where 100% is the height of a text line. | ||
function | getTextPosAfterBullet() | |
function | setTextPosAfterBullet(value) | |
Represents the distance between the first line of the paragraph and the bullet. |
Method Summary | ||
---|---|---|
function | deepClone() | |
Creates deep copy of this instance. |
Constructor Detail |
---|
function Para()
Property Getters/Setters Detail |
---|
getIX/setIX : Number | |
function getIX() / function setIX(value) |
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getIndFirst/setIndFirst : DoubleValue | |
function getIndFirst() / function setIndFirst(value) |
getIndLeft/setIndLeft : DoubleValue | |
function getIndLeft() / function setIndLeft(value) |
getIndRight/setIndRight : DoubleValue | |
function getIndRight() / function setIndRight(value) |
getSpLine/setSpLine : DoubleValue | |
function getSpLine() / function setSpLine(value) |
getSpBefore/setSpBefore : DoubleValue | |
function getSpBefore() / function setSpBefore(value) |
getSpAfter/setSpAfter : DoubleValue | |
function getSpAfter() / function setSpAfter(value) |
getHorzAlign/setHorzAlign : HorzAlign | |
function getHorzAlign() / function setHorzAlign(value) |
getBullet/setBullet : Bullet | |
function getBullet() / function setBullet(value) |
getBulletStr/setBulletStr : Str2Value | |
function getBulletStr() / function setBulletStr(value) |
getBulletFont/setBulletFont : IntValue | |
function getBulletFont() / function setBulletFont(value) |
getLocalizeBulletFont/setLocalizeBulletFont : LocalizeFont | |
function getLocalizeBulletFont() / function setLocalizeBulletFont(value) |
getBulletFontSize/setBulletFontSize : DoubleValue | |
function getBulletFontSize() / function setBulletFontSize(value) |
getTextPosAfterBullet/setTextPosAfterBullet : DoubleValue | |
function getTextPosAfterBullet() / function setTextPosAfterBullet(value) |
getFlags/setFlags : BoolValue | |
function getFlags() / function setFlags(value) |
Method Detail |
---|
deepClone | |
function deepClone() |