asposediagram.api

Contains the paragraph formatting elements for the shape's text, such as indents, line spacing, bullets, and horizontal alignment of paragraphs.

Constructor Summary
Para()
Constructor.
 
Property Getters/Setters Summary
methodgetBullet()
method
setBullet(value)
           Determines the bullet style.
methodgetBulletFont()
method
           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.
methodgetBulletFontSize()
method
           Specifies the size of a bullet.
methodgetBulletStr()
method
           "Used to create a custom bullet style. Enter the style as a string (within quotation marks). For example, you could enter the string, ""ooo."""
methodgetDel()
method
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.
methodgetFlags()
method
setFlags(value)
           Indicates whether the text direction is left to right or right to left.
methodgetHorzAlign()
method
           Specifies the horizontal alignment of text in the shape's text block.
methodgetIndFirst()
method
           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.
methodgetIndLeft()
method
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.
methodgetIndRight()
method
           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.
methodgetIX()
method
setIX(value)
           The zero-based index of the element within its parent element.
methodgetLocalizeBulletFont()
method
           Specifies whether the bullet font should be localized (translated into another language).
methodgetSpAfter()
method
setSpAfter(value)
           Specifies the amount of space inserted after each paragraph in the shape's text block.
methodgetSpBefore()
method
           Specifies the amount of space inserted before each paragraph in the shape's text block.
methodgetSpLine()
method
setSpLine(value)
           Specifies the distance between one line of text and the next, where 100% is the height of a text line.
methodgetTextPosAfterBullet()
method
           Represents the distance between the first line of the paragraph and the bullet.
 
Method Summary
methoddeepClone()
Creates deep copy of this instance.
 

    • Constructor Detail

      • Para

        Para()
        Constructor.
    • Property Getters/Setters Detail

      • getIX/setIX : int 

        int getIX() / setIX(value)
        
        The zero-based index of the element within its parent element.
      • getDel/setDel : int 

        int getDel() / 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.
      • getIndFirst/setIndFirst : DoubleValue 

        DoubleValue getIndFirst() / 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.
      • getIndLeft/setIndLeft : DoubleValue 

        DoubleValue getIndLeft() / 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.
      • getIndRight/setIndRight : DoubleValue 

        DoubleValue getIndRight() / 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.
      • getSpLine/setSpLine : DoubleValue 

        DoubleValue getSpLine() / setSpLine(value)
        
        Specifies the distance between one line of text and the next, where 100% is the height of a text line.
      • getSpBefore/setSpBefore : DoubleValue 

        DoubleValue getSpBefore() / setSpBefore(value)
        
        Specifies the amount of space inserted before each paragraph in the shape's text block.
      • getSpAfter/setSpAfter : DoubleValue 

        DoubleValue getSpAfter() / setSpAfter(value)
        
        Specifies the amount of space inserted after each paragraph in the shape's text block.
      • getHorzAlign/setHorzAlign : HorzAlign 

        HorzAlign getHorzAlign() / setHorzAlign(value)
        
        Specifies the horizontal alignment of text in the shape's text block.
      • getBullet/setBullet : Bullet 

        Bullet getBullet() / setBullet(value)
        
        Determines the bullet style.
      • getBulletStr/setBulletStr : Str2Value 

        Str2Value getBulletStr() / 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."""
      • getBulletFont/setBulletFont : IntValue 

        IntValue getBulletFont() / 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.
      • getLocalizeBulletFont/setLocalizeBulletFont : LocalizeFont 

        LocalizeFont getLocalizeBulletFont() / setLocalizeBulletFont(value)
        
        Specifies whether the bullet font should be localized (translated into another language).
      • getBulletFontSize/setBulletFontSize : DoubleValue 

        DoubleValue getBulletFontSize() / setBulletFontSize(value)
        
        Specifies the size of a bullet.
      • getTextPosAfterBullet/setTextPosAfterBullet : DoubleValue 

        DoubleValue getTextPosAfterBullet() / setTextPosAfterBullet(value)
        
        Represents the distance between the first line of the paragraph and the bullet.
      • getFlags/setFlags : BoolValue 

        BoolValue getFlags() / setFlags(value)
        
        Indicates whether the text direction is left to right or right to left.
    • Method Detail

      • deepClone

        Object deepClone()
        Creates deep copy of this instance.
        Returns: