Class TOCStyle
- java.lang.Object
-
- org.eclipse.birt.report.engine.api.TOCStyle
-
- All Implemented Interfaces:
java.io.Serializable
,org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
public class TOCStyle extends java.lang.Object implements org.eclipse.birt.report.engine.api.script.instance.IScriptStyle, java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BACKGROUND_ATTACHMENT
static java.lang.String
BACKGROUND_COLOR
static java.lang.String
BACKGROUND_IMAGE
static java.lang.String
BACKGROUND_POSITION_X
static java.lang.String
BACKGROUND_POSITION_Y
static java.lang.String
BACKGROUND_REPEAT
static java.lang.String
BORDER_BOTTOM_COLOR
static java.lang.String
BORDER_BOTTOM_STYLE
static java.lang.String
BORDER_BOTTOM_WIDTH
static java.lang.String
BORDER_LEFT_COLOR
static java.lang.String
BORDER_LEFT_STYLE
static java.lang.String
BORDER_LEFT_WIDTH
static java.lang.String
BORDER_RIGHT_COLOR
static java.lang.String
BORDER_RIGHT_STYLE
static java.lang.String
BORDER_RIGHT_WIDTH
static java.lang.String
BORDER_TOP_COLOR
static java.lang.String
BORDER_TOP_STYLE
static java.lang.String
BORDER_TOP_WIDTH
static java.lang.String
CAN_SHRINK
static java.lang.String
COLOR
static java.lang.String
DATE_FORMAT
static java.lang.String
DATE_LOCALE
static java.lang.String
DIRECTION
static java.lang.String
DISPLAY
static java.lang.String
FONT_FAMILY
static java.lang.String
FONT_SIZE
static java.lang.String
FONT_STYLE
static java.lang.String
FONT_VARIANT
static java.lang.String
FONT_WEIGHT
static java.lang.String
LETTER_SPACING
static java.lang.String
LINE_HEIGHT
static java.lang.String
MARGIN_BOTTOM
static java.lang.String
MARGIN_LEFT
static java.lang.String
MARGIN_RIGHT
static java.lang.String
MARGIN_TOP
static java.lang.String
MASTER_PAGE
static java.lang.String
NUMBER_FORMAT
static java.lang.String
NUMBER_LOCALE
static java.lang.String
PADDING_BOTTOM
static java.lang.String
PADDING_LEFT
static java.lang.String
PADDING_RIGHT
static java.lang.String
PADDING_TOP
static java.lang.String
PAGE_BREAK_AFTER
static java.lang.String
PAGE_BREAK_BEFORE
static java.lang.String
PAGE_BREAK_INSIDE
static java.lang.String
SHOW_IF_BLANK
static java.lang.String
STRING_FORMAT
static java.lang.String
STRING_LOCALE
static java.lang.String
TEXT_ALIGN
static java.lang.String
TEXT_INDENT
static java.lang.String
TEXT_LINE_THROUGH
static java.lang.String
TEXT_OVERLINE
static java.lang.String
TEXT_TRANSFORM
static java.lang.String
TEXT_UNDERLINE
static java.lang.String
VERTICAL_ALIGN
static java.lang.String
VISIBLE_FORMAT
static java.lang.String
WHITE_SPACE
static java.lang.String
WORD_SPACING
-
Constructor Summary
Constructors Constructor Description TOCStyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBackgroundAttachement()
java.lang.String
getBackgroundAttachment()
Get the attachment type (either SCROLL or FIXED)java.lang.String
getBackgroundColor()
Get the background colorjava.lang.String
getBackgroundImage()
Get the background image URIjava.lang.String
getBackgroundPositionX()
Get the X (horizontal) position of the background imagejava.lang.String
getBackgroundPositionY()
Get the Y (vertical) position of the background imagejava.lang.String
getBackgroundRepeat()
Get the background repeat type (valid types are REPEAT, REPEAT_X, REPEAT_Y and NO_REPEAT)java.lang.String
getBorderBottomColor()
Get the bottom border colorjava.lang.String
getBorderBottomStyle()
Get the bottom border style.java.lang.String
getBorderBottomWidth()
Get the bottom border width.java.lang.String
getBorderLeftColor()
Get the left border colorjava.lang.String
getBorderLeftStyle()
Get the left border style.java.lang.String
getBorderLeftWidth()
Get the left border width.java.lang.String
getBorderRightColor()
Get the right border colorjava.lang.String
getBorderRightStyle()
Get the right border style.java.lang.String
getBorderRightWidth()
Get the right border width.java.lang.String
getBorderTopColor()
Get the top border colorjava.lang.String
getBorderTopStyle()
Get the top border style.java.lang.String
getBorderTopWidth()
Get the top border width.java.lang.String
getCanShrink()
Can this element shrink?java.lang.String
getColor()
Get the font colorjava.lang.String
getDateFormat()
Get the date formatjava.lang.String
getDateLocale()
java.lang.String
getDirection()
java.lang.String
getDisplay()
Get the display type (valid types are BLOCK, INLINE and NONE)java.lang.String
getFontFamily()
Get the font familyjava.lang.String
getFontSize()
Get the font sizejava.lang.String
getFontStyle()
Get the font stylejava.lang.String
getFontVariant()
Get the font variantjava.lang.String
getFontWeight()
Get the font weightjava.lang.String
getLetterSpacing()
Get the letter spacingjava.lang.String
getLineHeight()
Get the line heightjava.lang.String
getMarginBottom()
Get the bottom marginjava.lang.String
getMarginLeft()
Get the left marginjava.lang.String
getMarginRight()
Get the right marginjava.lang.String
getMarginTop()
Get the top marginjava.lang.String
getMasterPage()
Get the master pagejava.lang.String
getNumberFormat()
Get number formatjava.lang.String
getNumberLocale()
java.lang.String
getPaddingBottom()
Get the bottom padding.java.lang.String
getPaddingLeft()
Get the left padding.java.lang.String
getPaddingRight()
Get the right padding.java.lang.String
getPaddingTop()
Get the top padding.java.lang.String
getPageBreakAfter()
Get the page break after.java.lang.String
getPageBreakBefore()
Get the page break before.java.lang.String
getPageBreakInside()
Get the page break inside.java.util.Map
getProperties()
Get property.java.lang.String
getShowIfBlank()
Show if blank?java.lang.String
getStringFormat()
Get the string formatjava.lang.String
getStringLocale()
java.lang.String
getTextAlign()
Get the text alignment.java.lang.String
getTextIndent()
Get the text indentjava.lang.String
getTextLineThrough()
Get the text line throughjava.lang.String
getTextOverline()
Get the text overlinejava.lang.String
getTextTransform()
Get the text transform.java.lang.String
getTextUnderline()
Get the text underlinejava.lang.String
getVerticalAlign()
Get the vertical alignment.java.lang.String
getVisibleFormat()
Get format to hide in.java.lang.String
getWhiteSpace()
Get the whitespace.java.lang.String
getWordSpacing()
Get the word spacingvoid
setBackgroundAttachement(java.lang.String attachement)
void
setBackgroundAttachment(java.lang.String attachment)
Set the attachment type (either SCROLL or FIXED)void
setBackgroundColor(java.lang.String color)
Set the background colorvoid
setBackgroundImage(java.lang.String imageURI)
Set the background image URIvoid
setBackgroundPositionX(java.lang.String x)
Set the X (horizontal) position of the background imagevoid
setBackgroundPositionY(java.lang.String y)
Set the Y (vertical) position of the background imagevoid
setBackgroundRepeat(java.lang.String repeat)
Set the background repeat type (valid types are REPEAT, REPEAT_X, REPEAT_Y and NO_REPEAT)void
setBorderBottomColor(java.lang.String color)
Set the bottom border colorvoid
setBorderBottomStyle(java.lang.String borderstyle)
Set the bottom border style.void
setBorderBottomWidth(java.lang.String width)
Set the bottom border width.void
setBorderLeftColor(java.lang.String color)
Set the left border colorvoid
setBorderLeftStyle(java.lang.String borderstyle)
Set the left border style.void
setBorderLeftWidth(java.lang.String width)
Set the left border width.void
setBorderRightColor(java.lang.String color)
Set the right border colorvoid
setBorderRightStyle(java.lang.String borderstyle)
Get the right border style.void
setBorderRightWidth(java.lang.String width)
Set the right border width.void
setBorderTopColor(java.lang.String color)
Set the top border colorvoid
setBorderTopStyle(java.lang.String borderstyle)
Get the top border style.void
setBorderTopWidth(java.lang.String width)
Set the top border width.void
setCanShrink(java.lang.String canShrink)
Can this element shrink?void
setColor(java.lang.String color)
Set the font colorvoid
setDateFormat(java.lang.String dateTimeFormat)
Set the date formatvoid
setDateLocale(java.lang.String locale)
void
setDirection(java.lang.String direction)
void
setDisplay(java.lang.String display)
Set the display type (valid types are BLOCK, INLINE and NONE)void
setFontFamily(java.lang.String fontFamily)
Set the font familyvoid
setFontSize(java.lang.String fontSize)
Set the font sizevoid
setFontStyle(java.lang.String fontStyle)
Set the font stylevoid
setFontVariant(java.lang.String fontVariant)
Set the font variantvoid
setFontWeight(java.lang.String fontWeight)
Set the font weightvoid
setLetterSpacing(java.lang.String spacing)
Set the letter spacingvoid
setLineHeight(java.lang.String lineHeight)
Set the line heightvoid
setMarginBottom(java.lang.String margin)
Set the bottom marginvoid
setMarginLeft(java.lang.String margin)
Set the left marginvoid
setMarginRight(java.lang.String margin)
Set the right marginvoid
setMarginTop(java.lang.String margin)
Set the top marginvoid
setMasterPage(java.lang.String masterPage)
Set the master pagevoid
setNumberFormat(java.lang.String numberFormat)
Set the number formatvoid
setNumberLocale(java.lang.String locale)
void
setPaddingBottom(java.lang.String padding)
Set the bottom padding.void
setPaddingLeft(java.lang.String padding)
Set the left padding.void
setPaddingRight(java.lang.String padding)
Set the right padding.void
setPaddingTop(java.lang.String padding)
Set the top padding.void
setPageBreakAfter(java.lang.String pageBreak)
Set the page break aftervoid
setPageBreakBefore(java.lang.String pageBreak)
Set the page break beforevoid
setPageBreakInside(java.lang.String pageBreak)
Set the page break insidevoid
setProperty(java.lang.String name, java.lang.String value)
Set property.void
setShowIfBlank(java.lang.String showIfBlank)
Set show if blankvoid
setStringFormat(java.lang.String stringFormat)
Set the string formatvoid
setStringLocale(java.lang.String locale)
void
setTextAlign(java.lang.String align)
Set the text alignment.void
setTextIndent(java.lang.String indent)
Set the text indentvoid
setTextLineThrough(java.lang.String through)
Set the text line throughvoid
setTextOverline(java.lang.String overline)
Set the text overlinevoid
setTextTransform(java.lang.String transform)
Set the text transform.void
setTextUnderline(java.lang.String underline)
Set the text underlinevoid
setVerticalAlign(java.lang.String valign)
Set the vertical alignment.void
setVisibleFormat(java.lang.String format)
Set format to hide in.void
setWhiteSpace(java.lang.String whitespace)
Set the whitespace.void
setWordSpacing(java.lang.String wordspacing)
Set the word spacingjava.lang.String
toString()
-
-
-
Field Detail
-
BACKGROUND_ATTACHMENT
public static final java.lang.String BACKGROUND_ATTACHMENT
- See Also:
- Constant Field Values
-
BACKGROUND_COLOR
public static final java.lang.String BACKGROUND_COLOR
- See Also:
- Constant Field Values
-
BACKGROUND_IMAGE
public static final java.lang.String BACKGROUND_IMAGE
- See Also:
- Constant Field Values
-
BACKGROUND_POSITION_X
public static final java.lang.String BACKGROUND_POSITION_X
- See Also:
- Constant Field Values
-
BACKGROUND_POSITION_Y
public static final java.lang.String BACKGROUND_POSITION_Y
- See Also:
- Constant Field Values
-
BACKGROUND_REPEAT
public static final java.lang.String BACKGROUND_REPEAT
- See Also:
- Constant Field Values
-
BORDER_BOTTOM_COLOR
public static final java.lang.String BORDER_BOTTOM_COLOR
- See Also:
- Constant Field Values
-
BORDER_TOP_COLOR
public static final java.lang.String BORDER_TOP_COLOR
- See Also:
- Constant Field Values
-
BORDER_LEFT_COLOR
public static final java.lang.String BORDER_LEFT_COLOR
- See Also:
- Constant Field Values
-
BORDER_RIGHT_COLOR
public static final java.lang.String BORDER_RIGHT_COLOR
- See Also:
- Constant Field Values
-
BORDER_BOTTOM_WIDTH
public static final java.lang.String BORDER_BOTTOM_WIDTH
- See Also:
- Constant Field Values
-
BORDER_TOP_WIDTH
public static final java.lang.String BORDER_TOP_WIDTH
- See Also:
- Constant Field Values
-
BORDER_LEFT_WIDTH
public static final java.lang.String BORDER_LEFT_WIDTH
- See Also:
- Constant Field Values
-
BORDER_RIGHT_WIDTH
public static final java.lang.String BORDER_RIGHT_WIDTH
- See Also:
- Constant Field Values
-
BORDER_BOTTOM_STYLE
public static final java.lang.String BORDER_BOTTOM_STYLE
- See Also:
- Constant Field Values
-
BORDER_TOP_STYLE
public static final java.lang.String BORDER_TOP_STYLE
- See Also:
- Constant Field Values
-
BORDER_LEFT_STYLE
public static final java.lang.String BORDER_LEFT_STYLE
- See Also:
- Constant Field Values
-
BORDER_RIGHT_STYLE
public static final java.lang.String BORDER_RIGHT_STYLE
- See Also:
- Constant Field Values
-
CAN_SHRINK
public static final java.lang.String CAN_SHRINK
- See Also:
- Constant Field Values
-
COLOR
public static final java.lang.String COLOR
- See Also:
- Constant Field Values
-
DATE_FORMAT
public static final java.lang.String DATE_FORMAT
- See Also:
- Constant Field Values
-
DIRECTION
public static final java.lang.String DIRECTION
- See Also:
- Constant Field Values
-
DISPLAY
public static final java.lang.String DISPLAY
- See Also:
- Constant Field Values
-
FONT_FAMILY
public static final java.lang.String FONT_FAMILY
- See Also:
- Constant Field Values
-
FONT_SIZE
public static final java.lang.String FONT_SIZE
- See Also:
- Constant Field Values
-
FONT_STYLE
public static final java.lang.String FONT_STYLE
- See Also:
- Constant Field Values
-
FONT_VARIANT
public static final java.lang.String FONT_VARIANT
- See Also:
- Constant Field Values
-
FONT_WEIGHT
public static final java.lang.String FONT_WEIGHT
- See Also:
- Constant Field Values
-
LETTER_SPACING
public static final java.lang.String LETTER_SPACING
- See Also:
- Constant Field Values
-
LINE_HEIGHT
public static final java.lang.String LINE_HEIGHT
- See Also:
- Constant Field Values
-
MARGIN_BOTTOM
public static final java.lang.String MARGIN_BOTTOM
- See Also:
- Constant Field Values
-
MARGIN_LEFT
public static final java.lang.String MARGIN_LEFT
- See Also:
- Constant Field Values
-
MARGIN_RIGHT
public static final java.lang.String MARGIN_RIGHT
- See Also:
- Constant Field Values
-
MARGIN_TOP
public static final java.lang.String MARGIN_TOP
- See Also:
- Constant Field Values
-
MASTER_PAGE
public static final java.lang.String MASTER_PAGE
- See Also:
- Constant Field Values
-
NUMBER_FORMAT
public static final java.lang.String NUMBER_FORMAT
- See Also:
- Constant Field Values
-
PADDING_BOTTOM
public static final java.lang.String PADDING_BOTTOM
- See Also:
- Constant Field Values
-
PADDING_LEFT
public static final java.lang.String PADDING_LEFT
- See Also:
- Constant Field Values
-
PADDING_RIGHT
public static final java.lang.String PADDING_RIGHT
- See Also:
- Constant Field Values
-
PADDING_TOP
public static final java.lang.String PADDING_TOP
- See Also:
- Constant Field Values
-
PAGE_BREAK_AFTER
public static final java.lang.String PAGE_BREAK_AFTER
- See Also:
- Constant Field Values
-
PAGE_BREAK_BEFORE
public static final java.lang.String PAGE_BREAK_BEFORE
- See Also:
- Constant Field Values
-
PAGE_BREAK_INSIDE
public static final java.lang.String PAGE_BREAK_INSIDE
- See Also:
- Constant Field Values
-
SHOW_IF_BLANK
public static final java.lang.String SHOW_IF_BLANK
- See Also:
- Constant Field Values
-
STRING_FORMAT
public static final java.lang.String STRING_FORMAT
- See Also:
- Constant Field Values
-
TEXT_ALIGN
public static final java.lang.String TEXT_ALIGN
- See Also:
- Constant Field Values
-
TEXT_INDENT
public static final java.lang.String TEXT_INDENT
- See Also:
- Constant Field Values
-
TEXT_LINE_THROUGH
public static final java.lang.String TEXT_LINE_THROUGH
- See Also:
- Constant Field Values
-
TEXT_OVERLINE
public static final java.lang.String TEXT_OVERLINE
- See Also:
- Constant Field Values
-
TEXT_TRANSFORM
public static final java.lang.String TEXT_TRANSFORM
- See Also:
- Constant Field Values
-
TEXT_UNDERLINE
public static final java.lang.String TEXT_UNDERLINE
- See Also:
- Constant Field Values
-
VERTICAL_ALIGN
public static final java.lang.String VERTICAL_ALIGN
- See Also:
- Constant Field Values
-
VISIBLE_FORMAT
public static final java.lang.String VISIBLE_FORMAT
- See Also:
- Constant Field Values
-
WHITE_SPACE
public static final java.lang.String WHITE_SPACE
- See Also:
- Constant Field Values
-
WORD_SPACING
public static final java.lang.String WORD_SPACING
- See Also:
- Constant Field Values
-
DATE_LOCALE
public static final java.lang.String DATE_LOCALE
- See Also:
- Constant Field Values
-
NUMBER_LOCALE
public static final java.lang.String NUMBER_LOCALE
- See Also:
- Constant Field Values
-
STRING_LOCALE
public static final java.lang.String STRING_LOCALE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBackgroundAttachement
public java.lang.String getBackgroundAttachement()
- Specified by:
getBackgroundAttachement
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getBackgroundAttachment
public java.lang.String getBackgroundAttachment()
Get the attachment type (either SCROLL or FIXED)- Specified by:
getBackgroundAttachment
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getBackgroundColor
public java.lang.String getBackgroundColor()
Get the background color- Specified by:
getBackgroundColor
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getBackgroundImage
public java.lang.String getBackgroundImage()
Get the background image URI- Specified by:
getBackgroundImage
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getBackgroundPositionX
public java.lang.String getBackgroundPositionX()
Get the X (horizontal) position of the background image- Specified by:
getBackgroundPositionX
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getBackgroundPositionY
public java.lang.String getBackgroundPositionY()
Get the Y (vertical) position of the background image- Specified by:
getBackgroundPositionY
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getBackgroundRepeat
public java.lang.String getBackgroundRepeat()
Get the background repeat type (valid types are REPEAT, REPEAT_X, REPEAT_Y and NO_REPEAT)- Specified by:
getBackgroundRepeat
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getBorderBottomColor
public java.lang.String getBorderBottomColor()
Get the bottom border color- Specified by:
getBorderBottomColor
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getBorderBottomStyle
public java.lang.String getBorderBottomStyle()
Get the bottom border style. Valid styles are NONE, SOLID, DOTTED, DASHED, DOUBLE, GROVE, RIDGE, INSET and OUTSET.- Specified by:
getBorderBottomStyle
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getBorderBottomWidth
public java.lang.String getBorderBottomWidth()
Get the bottom border width.- Specified by:
getBorderBottomWidth
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getBorderLeftColor
public java.lang.String getBorderLeftColor()
Get the left border color- Specified by:
getBorderLeftColor
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getBorderLeftStyle
public java.lang.String getBorderLeftStyle()
Get the left border style. Valid styles are NONE, SOLID, DOTTED, DASHED, DOUBLE, GROVE, RIDGE, INSET and OUTSET.- Specified by:
getBorderLeftStyle
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getBorderLeftWidth
public java.lang.String getBorderLeftWidth()
Get the left border width.- Specified by:
getBorderLeftWidth
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getBorderRightColor
public java.lang.String getBorderRightColor()
Get the right border color- Specified by:
getBorderRightColor
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getBorderRightStyle
public java.lang.String getBorderRightStyle()
Get the right border style. Valid styles are NONE, SOLID, DOTTED, DASHED, DOUBLE, GROVE, RIDGE, INSET and OUTSET.- Specified by:
getBorderRightStyle
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getBorderRightWidth
public java.lang.String getBorderRightWidth()
Get the right border width.- Specified by:
getBorderRightWidth
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getBorderTopColor
public java.lang.String getBorderTopColor()
Get the top border color- Specified by:
getBorderTopColor
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getBorderTopStyle
public java.lang.String getBorderTopStyle()
Get the top border style. Valid styles are NONE, SOLID, DOTTED, DASHED, DOUBLE, GROVE, RIDGE, INSET and OUTSET.- Specified by:
getBorderTopStyle
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getBorderTopWidth
public java.lang.String getBorderTopWidth()
Get the top border width.- Specified by:
getBorderTopWidth
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getCanShrink
public java.lang.String getCanShrink()
Can this element shrink?- Specified by:
getCanShrink
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getColor
public java.lang.String getColor()
Get the font color- Specified by:
getColor
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getDateFormat
public java.lang.String getDateFormat()
Get the date format- Specified by:
getDateFormat
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
- Returns:
- date format
-
getDirection
public java.lang.String getDirection()
-
getDisplay
public java.lang.String getDisplay()
Get the display type (valid types are BLOCK, INLINE and NONE)- Specified by:
getDisplay
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getFontFamily
public java.lang.String getFontFamily()
Get the font family- Specified by:
getFontFamily
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getFontSize
public java.lang.String getFontSize()
Get the font size- Specified by:
getFontSize
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getFontStyle
public java.lang.String getFontStyle()
Get the font style- Specified by:
getFontStyle
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getFontVariant
public java.lang.String getFontVariant()
Get the font variant- Specified by:
getFontVariant
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getFontWeight
public java.lang.String getFontWeight()
Get the font weight- Specified by:
getFontWeight
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getLetterSpacing
public java.lang.String getLetterSpacing()
Get the letter spacing- Specified by:
getLetterSpacing
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getLineHeight
public java.lang.String getLineHeight()
Get the line height- Specified by:
getLineHeight
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getMarginBottom
public java.lang.String getMarginBottom()
Get the bottom margin- Specified by:
getMarginBottom
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getMarginLeft
public java.lang.String getMarginLeft()
Get the left margin- Specified by:
getMarginLeft
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getMarginRight
public java.lang.String getMarginRight()
Get the right margin- Specified by:
getMarginRight
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getMarginTop
public java.lang.String getMarginTop()
Get the top margin- Specified by:
getMarginTop
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getMasterPage
public java.lang.String getMasterPage()
Get the master page- Specified by:
getMasterPage
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getNumberFormat
public java.lang.String getNumberFormat()
Get number format- Specified by:
getNumberFormat
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
- Returns:
- the number format
-
getPaddingBottom
public java.lang.String getPaddingBottom()
Get the bottom padding.- Specified by:
getPaddingBottom
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getPaddingLeft
public java.lang.String getPaddingLeft()
Get the left padding.- Specified by:
getPaddingLeft
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getPaddingRight
public java.lang.String getPaddingRight()
Get the right padding.- Specified by:
getPaddingRight
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getPaddingTop
public java.lang.String getPaddingTop()
Get the top padding.- Specified by:
getPaddingTop
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getPageBreakAfter
public java.lang.String getPageBreakAfter()
Get the page break after.- Specified by:
getPageBreakAfter
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getPageBreakBefore
public java.lang.String getPageBreakBefore()
Get the page break before.- Specified by:
getPageBreakBefore
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getPageBreakInside
public java.lang.String getPageBreakInside()
Get the page break inside.- Specified by:
getPageBreakInside
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getShowIfBlank
public java.lang.String getShowIfBlank()
Show if blank?- Specified by:
getShowIfBlank
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getStringFormat
public java.lang.String getStringFormat()
Get the string format- Specified by:
getStringFormat
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
- Returns:
- the string format
-
getTextAlign
public java.lang.String getTextAlign()
Get the text alignment. Valid return types are LEFT, RIGHT, CENTER and JUSTIFY.- Specified by:
getTextAlign
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getTextIndent
public java.lang.String getTextIndent()
Get the text indent- Specified by:
getTextIndent
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getTextLineThrough
public java.lang.String getTextLineThrough()
Get the text line through- Specified by:
getTextLineThrough
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getTextOverline
public java.lang.String getTextOverline()
Get the text overline- Specified by:
getTextOverline
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getTextTransform
public java.lang.String getTextTransform()
Get the text transform. Valid return values are NONE, CAPITALIZE, UPPERCASE and LOWERCASE.- Specified by:
getTextTransform
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getTextUnderline
public java.lang.String getTextUnderline()
Get the text underline- Specified by:
getTextUnderline
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getVerticalAlign
public java.lang.String getVerticalAlign()
Get the vertical alignment. Valid return values are BASELINE, SUB, SUPER, TOP, TEXT_TOP, MIDDLE, BOTTOM and TEXT_BOTTOM- Specified by:
getVerticalAlign
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getVisibleFormat
public java.lang.String getVisibleFormat()
Get format to hide in. Should be one of org.eclipse.birt.report.model.api.elements.DesignChoiceConstants.FORMAT_TYPE_ALL org.eclipse.birt.report.model.api.elements.DesignChoiceConstants.FORMAT_TYPE_VIEWER org.eclipse.birt.report.model.api.elements.DesignChoiceConstants.FORMAT_TYPE_EMAIL org.eclipse.birt.report.model.api.elements.DesignChoiceConstants.FORMAT_TYPE_PRINT org.eclipse.birt.report.model.api.elements.DesignChoiceConstants.FORMAT_TYPE_PDF org.eclipse.birt.report.model.api.elements.DesignChoiceConstants.FORMAT_TYPE_RTF org.eclipse.birt.report.model.api.elements.DesignChoiceConstants.FORMAT_TYPE_REPORTLET org.eclipse.birt.report.model.api.elements.DesignChoiceConstants.FORMAT_TYPE_EXCEL org.eclipse.birt.report.model.api.elements.DesignChoiceConstants.FORMAT_TYPE_WORD org.eclipse.birt.report.model.api.elements.DesignChoiceConstants.FORMAT_TYPE_POWERPOINT- Specified by:
getVisibleFormat
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getWhiteSpace
public java.lang.String getWhiteSpace()
Get the whitespace. Valid return values are NORMAL, PRE and NOWRAP- Specified by:
getWhiteSpace
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getWordSpacing
public java.lang.String getWordSpacing()
Get the word spacing- Specified by:
getWordSpacing
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setBackgroundAttachement
public void setBackgroundAttachement(java.lang.String attachement)
- Specified by:
setBackgroundAttachement
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setBackgroundAttachment
public void setBackgroundAttachment(java.lang.String attachment)
Set the attachment type (either SCROLL or FIXED)- Specified by:
setBackgroundAttachment
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setBackgroundColor
public void setBackgroundColor(java.lang.String color)
Set the background color- Specified by:
setBackgroundColor
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setBackgroundImage
public void setBackgroundImage(java.lang.String imageURI)
Set the background image URI- Specified by:
setBackgroundImage
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setBackgroundPositionX
public void setBackgroundPositionX(java.lang.String x) throws org.eclipse.birt.report.engine.api.script.ScriptException
Set the X (horizontal) position of the background image- Specified by:
setBackgroundPositionX
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
- Throws:
org.eclipse.birt.report.engine.api.script.ScriptException
-
setBackgroundPositionY
public void setBackgroundPositionY(java.lang.String y) throws org.eclipse.birt.report.engine.api.script.ScriptException
Set the Y (vertical) position of the background image- Specified by:
setBackgroundPositionY
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
- Throws:
org.eclipse.birt.report.engine.api.script.ScriptException
-
setBackgroundRepeat
public void setBackgroundRepeat(java.lang.String repeat)
Set the background repeat type (valid types are REPEAT, REPEAT_X, REPEAT_Y and NO_REPEAT)- Specified by:
setBackgroundRepeat
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setBorderBottomColor
public void setBorderBottomColor(java.lang.String color)
Set the bottom border color- Specified by:
setBorderBottomColor
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setBorderBottomStyle
public void setBorderBottomStyle(java.lang.String borderstyle)
Set the bottom border style. Valid styles are NONE, SOLID, DOTTED, DASHED, DOUBLE, GROVE, RIDGE, INSET and OUTSET.- Specified by:
setBorderBottomStyle
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setBorderBottomWidth
public void setBorderBottomWidth(java.lang.String width)
Set the bottom border width.- Specified by:
setBorderBottomWidth
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setBorderLeftColor
public void setBorderLeftColor(java.lang.String color)
Set the left border color- Specified by:
setBorderLeftColor
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setBorderLeftStyle
public void setBorderLeftStyle(java.lang.String borderstyle)
Set the left border style. Valid styles are NONE, SOLID, DOTTED, DASHED, DOUBLE, GROVE, RIDGE, INSET and OUTSET.- Specified by:
setBorderLeftStyle
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setBorderLeftWidth
public void setBorderLeftWidth(java.lang.String width)
Set the left border width.- Specified by:
setBorderLeftWidth
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setBorderRightColor
public void setBorderRightColor(java.lang.String color)
Set the right border color- Specified by:
setBorderRightColor
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setBorderRightStyle
public void setBorderRightStyle(java.lang.String borderstyle)
Get the right border style. Valid styles are NONE, SOLID, DOTTED, DASHED, DOUBLE, GROVE, RIDGE, INSET and OUTSET.- Specified by:
setBorderRightStyle
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setBorderRightWidth
public void setBorderRightWidth(java.lang.String width)
Set the right border width.- Specified by:
setBorderRightWidth
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setBorderTopColor
public void setBorderTopColor(java.lang.String color)
Set the top border color- Specified by:
setBorderTopColor
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setBorderTopStyle
public void setBorderTopStyle(java.lang.String borderstyle)
Get the top border style. Valid styles are NONE, SOLID, DOTTED, DASHED, DOUBLE, GROVE, RIDGE, INSET and OUTSET.- Specified by:
setBorderTopStyle
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setBorderTopWidth
public void setBorderTopWidth(java.lang.String width)
Set the top border width.- Specified by:
setBorderTopWidth
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setCanShrink
public void setCanShrink(java.lang.String canShrink)
Can this element shrink?- Specified by:
setCanShrink
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setColor
public void setColor(java.lang.String color)
Set the font color- Specified by:
setColor
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setDateFormat
public void setDateFormat(java.lang.String dateTimeFormat)
Set the date format- Specified by:
setDateFormat
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
- Parameters:
dateTimeFormat
-
-
setDirection
public void setDirection(java.lang.String direction)
-
setDisplay
public void setDisplay(java.lang.String display)
Set the display type (valid types are BLOCK, INLINE and NONE)- Specified by:
setDisplay
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setFontFamily
public void setFontFamily(java.lang.String fontFamily)
Set the font family- Specified by:
setFontFamily
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setFontSize
public void setFontSize(java.lang.String fontSize)
Set the font size- Specified by:
setFontSize
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setFontStyle
public void setFontStyle(java.lang.String fontStyle)
Set the font style- Specified by:
setFontStyle
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setFontVariant
public void setFontVariant(java.lang.String fontVariant)
Set the font variant- Specified by:
setFontVariant
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setFontWeight
public void setFontWeight(java.lang.String fontWeight)
Set the font weight- Specified by:
setFontWeight
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setLetterSpacing
public void setLetterSpacing(java.lang.String spacing)
Set the letter spacing- Specified by:
setLetterSpacing
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setLineHeight
public void setLineHeight(java.lang.String lineHeight)
Set the line height- Specified by:
setLineHeight
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setMarginBottom
public void setMarginBottom(java.lang.String margin)
Set the bottom margin- Specified by:
setMarginBottom
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setMarginLeft
public void setMarginLeft(java.lang.String margin)
Set the left margin- Specified by:
setMarginLeft
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setMarginRight
public void setMarginRight(java.lang.String margin)
Set the right margin- Specified by:
setMarginRight
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setMarginTop
public void setMarginTop(java.lang.String margin)
Set the top margin- Specified by:
setMarginTop
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setMasterPage
public void setMasterPage(java.lang.String masterPage)
Set the master page- Specified by:
setMasterPage
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setNumberFormat
public void setNumberFormat(java.lang.String numberFormat)
Set the number format- Specified by:
setNumberFormat
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
- Parameters:
numberFormat
-
-
setPaddingBottom
public void setPaddingBottom(java.lang.String padding)
Set the bottom padding.- Specified by:
setPaddingBottom
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setPaddingLeft
public void setPaddingLeft(java.lang.String padding)
Set the left padding.- Specified by:
setPaddingLeft
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setPaddingRight
public void setPaddingRight(java.lang.String padding)
Set the right padding.- Specified by:
setPaddingRight
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setPaddingTop
public void setPaddingTop(java.lang.String padding)
Set the top padding.- Specified by:
setPaddingTop
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setPageBreakAfter
public void setPageBreakAfter(java.lang.String pageBreak)
Set the page break after- Specified by:
setPageBreakAfter
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setPageBreakBefore
public void setPageBreakBefore(java.lang.String pageBreak)
Set the page break before- Specified by:
setPageBreakBefore
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setPageBreakInside
public void setPageBreakInside(java.lang.String pageBreak)
Set the page break inside- Specified by:
setPageBreakInside
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setShowIfBlank
public void setShowIfBlank(java.lang.String showIfBlank)
Set show if blank- Specified by:
setShowIfBlank
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setStringFormat
public void setStringFormat(java.lang.String stringFormat)
Set the string format- Specified by:
setStringFormat
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
- Parameters:
stringFormat
-
-
setTextAlign
public void setTextAlign(java.lang.String align)
Set the text alignment. Valid return types are LEFT, RIGHT, CENTER and JUSTIFY.- Specified by:
setTextAlign
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setTextIndent
public void setTextIndent(java.lang.String indent)
Set the text indent- Specified by:
setTextIndent
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setTextLineThrough
public void setTextLineThrough(java.lang.String through) throws org.eclipse.birt.report.engine.api.script.ScriptException
Set the text line through- Specified by:
setTextLineThrough
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
- Throws:
org.eclipse.birt.report.engine.api.script.ScriptException
-
setTextOverline
public void setTextOverline(java.lang.String overline) throws org.eclipse.birt.report.engine.api.script.ScriptException
Set the text overline- Specified by:
setTextOverline
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
- Throws:
org.eclipse.birt.report.engine.api.script.ScriptException
-
setTextTransform
public void setTextTransform(java.lang.String transform)
Set the text transform. Valid transform values are NONE, CAPITALIZE, UPPERCASE and LOWERCASE.- Specified by:
setTextTransform
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setTextUnderline
public void setTextUnderline(java.lang.String underline) throws org.eclipse.birt.report.engine.api.script.ScriptException
Set the text underline- Specified by:
setTextUnderline
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
- Throws:
org.eclipse.birt.report.engine.api.script.ScriptException
-
setVerticalAlign
public void setVerticalAlign(java.lang.String valign)
Set the vertical alignment. Valid values are BASELINE, SUB, SUPER, TOP, TEXT_TOP, MIDDLE, BOTTOM and TEXT_BOTTOM- Specified by:
setVerticalAlign
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setVisibleFormat
public void setVisibleFormat(java.lang.String format)
Set format to hide in. Should be one of org.eclipse.birt.report.model.api.elements.DesignChoiceConstants.FORMAT_TYPE_ALL org.eclipse.birt.report.model.api.elements.DesignChoiceConstants.FORMAT_TYPE_VIEWER org.eclipse.birt.report.model.api.elements.DesignChoiceConstants.FORMAT_TYPE_EMAIL org.eclipse.birt.report.model.api.elements.DesignChoiceConstants.FORMAT_TYPE_PRINT org.eclipse.birt.report.model.api.elements.DesignChoiceConstants.FORMAT_TYPE_PDF org.eclipse.birt.report.model.api.elements.DesignChoiceConstants.FORMAT_TYPE_RTF org.eclipse.birt.report.model.api.elements.DesignChoiceConstants.FORMAT_TYPE_REPORTLET org.eclipse.birt.report.model.api.elements.DesignChoiceConstants.FORMAT_TYPE_EXCEL org.eclipse.birt.report.model.api.elements.DesignChoiceConstants.FORMAT_TYPE_WORD org.eclipse.birt.report.model.api.elements.DesignChoiceConstants.FORMAT_TYPE_POWERPOINT- Specified by:
setVisibleFormat
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
- Parameters:
format
-
-
setWhiteSpace
public void setWhiteSpace(java.lang.String whitespace)
Set the whitespace. Valid return values are NORMAL, PRE and NOWRAP- Specified by:
setWhiteSpace
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setWordSpacing
public void setWordSpacing(java.lang.String wordspacing)
Set the word spacing- Specified by:
setWordSpacing
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getDateLocale
public java.lang.String getDateLocale()
- Specified by:
getDateLocale
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setDateLocale
public void setDateLocale(java.lang.String locale)
- Specified by:
setDateLocale
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getNumberLocale
public java.lang.String getNumberLocale()
- Specified by:
getNumberLocale
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setNumberLocale
public void setNumberLocale(java.lang.String locale)
- Specified by:
setNumberLocale
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
getStringLocale
public java.lang.String getStringLocale()
- Specified by:
getStringLocale
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setStringLocale
public void setStringLocale(java.lang.String locale)
- Specified by:
setStringLocale
in interfaceorg.eclipse.birt.report.engine.api.script.instance.IScriptStyle
-
setProperty
public void setProperty(java.lang.String name, java.lang.String value)
Set property.
-
getProperties
public java.util.Map getProperties()
Get property.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-