DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements
Interface IListProperties

All Known Implementing Classes:
ListItem, OrderedSubList, SubList, UnorderedSubList

public interface IListProperties

Represent the properties of the List & ListItem.


Method Summary
 Align getBulletAlign()
          Gets the Align enumeration that specifies the Bullet alignment.
 float getBulletAreaWidth()
          Gets the BulletAreaWidth.
 java.lang.String getBulletPrefix()
          Gets the Bullet Prefix String.
 float getBulletSize()
          Gets the Bulletsize.
 java.lang.String getBulletSuffix()
          Gets the Bullet Suffix String.
 NumberingStyle getBulletType()
          Gets the Numbering Style of the Bullet.
 Font getFont()
          Gets the font.
 float getFontSize()
          Gets size of the font.
 float getLeading()
          Gets the leading for the text.
 float getLeftIndent()
          Gets the left indent.
 float getListItemBottomMargine()
          Gets the bottom margin.
 float getListItemTopMargine()
          Gets the TopMargin.
 float getParagraphIndent()
          Gets the ParagraphIndent.
 float getRightIndent()
          Gets the Right Indent.
 boolean getRightToLeft()
          Gets a value indicating if text should be displayed right to left.
 boolean getStrikeThrough()
          Returns the StrikeThrough.
 TextAlign getTextAlign()
          Gets the TextAlign enumeration that specifies the text alignment.
 Color getTextColor()
          Gets the Color.
 Color getTextOutlineColor()
          Gets the text outline Color.
 float getTextOutlineWidth()
          Gets the text outline width.
 

Method Detail

getFont

Font getFont()

Gets the font.

Returns:
Font The font .
See Also:
Font

getFontSize

float getFontSize()

Gets size of the font.

Returns:
float the FontSize.

getLeading

float getLeading()

Gets the leading for the text.

Returns:
float The leading for the text.

getRightIndent

float getRightIndent()

Gets the Right Indent.

Returns:
float the Right Indent.

getLeftIndent

float getLeftIndent()

Gets the left indent.

Returns:
float the left indent

getTextAlign

TextAlign getTextAlign()
Gets the TextAlign enumeration that specifies the text alignment.

Returns:
TextAlig enumeration that specifies the text alignment.
See Also:
TextAlign

getTextColor

Color getTextColor()
Gets the Color.

Returns:
Color object.
See Also:
Color

getTextOutlineColor

Color getTextOutlineColor()
Gets the text outline Color.

Returns:
Color object.
See Also:
Color

getTextOutlineWidth

float getTextOutlineWidth()
Gets the text outline width.

Returns:
float text outline width.

getBulletAlign

Align getBulletAlign()
Gets the Align enumeration that specifies the Bullet alignment.

Returns:
Align enumeration that specifies the Bullet alignment.
See Also:
Align

getParagraphIndent

float getParagraphIndent()

Gets the ParagraphIndent.

Returns:
float ParagraphIndent.

getBulletAreaWidth

float getBulletAreaWidth()

Gets the BulletAreaWidth.

Returns:
float The BulletAreaWidth.

getStrikeThrough

boolean getStrikeThrough()

Returns the StrikeThrough.

Returns:
boolean the StrikeThrough.

getRightToLeft

boolean getRightToLeft()

Gets a value indicating if text should be displayed right to left.

Returns:
boolean the Right to Left.

getListItemTopMargine

float getListItemTopMargine()

Gets the TopMargin.

Returns:
float the TopMargin.

getListItemBottomMargine

float getListItemBottomMargine()

Gets the bottom margin.

Returns:
float the bottom marginof.

getBulletSize

float getBulletSize()

Gets the Bulletsize.

Returns:
float the Bulletsize.

getBulletSuffix

java.lang.String getBulletSuffix()

Gets the Bullet Suffix String.

Returns:
String the Bullet Suffix String.

getBulletPrefix

java.lang.String getBulletPrefix()

Gets the Bullet Prefix String.

Returns:
String the Bullet Prefix String.

getBulletType

NumberingStyle getBulletType()

Gets the Numbering Style of the Bullet.

Returns:
NumberingStyle the NumberingStyle of the Bullet.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software