Class 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
    • Constructor Detail

      • TOCStyle

        public TOCStyle()
    • Method Detail

      • getBackgroundAttachement

        public java.lang.String getBackgroundAttachement()
        Specified by:
        getBackgroundAttachement in interface org.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 interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getBackgroundColor

        public java.lang.String getBackgroundColor()
        Get the background color
        Specified by:
        getBackgroundColor in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getBackgroundImage

        public java.lang.String getBackgroundImage()
        Get the background image URI
        Specified by:
        getBackgroundImage in interface org.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 interface org.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 interface org.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 interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getBorderBottomColor

        public java.lang.String getBorderBottomColor()
        Get the bottom border color
        Specified by:
        getBorderBottomColor in interface org.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 interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getBorderBottomWidth

        public java.lang.String getBorderBottomWidth()
        Get the bottom border width.
        Specified by:
        getBorderBottomWidth in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getBorderLeftColor

        public java.lang.String getBorderLeftColor()
        Get the left border color
        Specified by:
        getBorderLeftColor in interface org.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 interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getBorderLeftWidth

        public java.lang.String getBorderLeftWidth()
        Get the left border width.
        Specified by:
        getBorderLeftWidth in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getBorderRightColor

        public java.lang.String getBorderRightColor()
        Get the right border color
        Specified by:
        getBorderRightColor in interface org.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 interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getBorderRightWidth

        public java.lang.String getBorderRightWidth()
        Get the right border width.
        Specified by:
        getBorderRightWidth in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getBorderTopColor

        public java.lang.String getBorderTopColor()
        Get the top border color
        Specified by:
        getBorderTopColor in interface org.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 interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getBorderTopWidth

        public java.lang.String getBorderTopWidth()
        Get the top border width.
        Specified by:
        getBorderTopWidth in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getCanShrink

        public java.lang.String getCanShrink()
        Can this element shrink?
        Specified by:
        getCanShrink in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getColor

        public java.lang.String getColor()
        Get the font color
        Specified by:
        getColor in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getDateFormat

        public java.lang.String getDateFormat()
        Get the date format
        Specified by:
        getDateFormat in interface org.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 interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getFontFamily

        public java.lang.String getFontFamily()
        Get the font family
        Specified by:
        getFontFamily in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getFontSize

        public java.lang.String getFontSize()
        Get the font size
        Specified by:
        getFontSize in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getFontStyle

        public java.lang.String getFontStyle()
        Get the font style
        Specified by:
        getFontStyle in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getFontVariant

        public java.lang.String getFontVariant()
        Get the font variant
        Specified by:
        getFontVariant in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getFontWeight

        public java.lang.String getFontWeight()
        Get the font weight
        Specified by:
        getFontWeight in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getLetterSpacing

        public java.lang.String getLetterSpacing()
        Get the letter spacing
        Specified by:
        getLetterSpacing in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getLineHeight

        public java.lang.String getLineHeight()
        Get the line height
        Specified by:
        getLineHeight in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getMarginBottom

        public java.lang.String getMarginBottom()
        Get the bottom margin
        Specified by:
        getMarginBottom in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getMarginLeft

        public java.lang.String getMarginLeft()
        Get the left margin
        Specified by:
        getMarginLeft in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getMarginRight

        public java.lang.String getMarginRight()
        Get the right margin
        Specified by:
        getMarginRight in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getMarginTop

        public java.lang.String getMarginTop()
        Get the top margin
        Specified by:
        getMarginTop in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getMasterPage

        public java.lang.String getMasterPage()
        Get the master page
        Specified by:
        getMasterPage in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getNumberFormat

        public java.lang.String getNumberFormat()
        Get number format
        Specified by:
        getNumberFormat in interface org.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 interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getPaddingLeft

        public java.lang.String getPaddingLeft()
        Get the left padding.
        Specified by:
        getPaddingLeft in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getPaddingRight

        public java.lang.String getPaddingRight()
        Get the right padding.
        Specified by:
        getPaddingRight in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getPaddingTop

        public java.lang.String getPaddingTop()
        Get the top padding.
        Specified by:
        getPaddingTop in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getPageBreakAfter

        public java.lang.String getPageBreakAfter()
        Get the page break after.
        Specified by:
        getPageBreakAfter in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getPageBreakBefore

        public java.lang.String getPageBreakBefore()
        Get the page break before.
        Specified by:
        getPageBreakBefore in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getPageBreakInside

        public java.lang.String getPageBreakInside()
        Get the page break inside.
        Specified by:
        getPageBreakInside in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getShowIfBlank

        public java.lang.String getShowIfBlank()
        Show if blank?
        Specified by:
        getShowIfBlank in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getStringFormat

        public java.lang.String getStringFormat()
        Get the string format
        Specified by:
        getStringFormat in interface org.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 interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getTextIndent

        public java.lang.String getTextIndent()
        Get the text indent
        Specified by:
        getTextIndent in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getTextLineThrough

        public java.lang.String getTextLineThrough()
        Get the text line through
        Specified by:
        getTextLineThrough in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getTextOverline

        public java.lang.String getTextOverline()
        Get the text overline
        Specified by:
        getTextOverline in interface org.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 interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getTextUnderline

        public java.lang.String getTextUnderline()
        Get the text underline
        Specified by:
        getTextUnderline in interface org.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 interface org.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 interface org.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 interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getWordSpacing

        public java.lang.String getWordSpacing()
        Get the word spacing
        Specified by:
        getWordSpacing in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setBackgroundAttachement

        public void setBackgroundAttachement​(java.lang.String attachement)
        Specified by:
        setBackgroundAttachement in interface org.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 interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setBackgroundColor

        public void setBackgroundColor​(java.lang.String color)
        Set the background color
        Specified by:
        setBackgroundColor in interface org.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 interface org.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 interface org.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 interface org.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 interface org.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 interface org.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 interface org.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 interface org.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 interface org.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 interface org.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 interface org.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 interface org.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 interface org.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 interface org.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 interface org.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 interface org.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 interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setCanShrink

        public void setCanShrink​(java.lang.String canShrink)
        Can this element shrink?
        Specified by:
        setCanShrink in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setColor

        public void setColor​(java.lang.String color)
        Set the font color
        Specified by:
        setColor in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setDateFormat

        public void setDateFormat​(java.lang.String dateTimeFormat)
        Set the date format
        Specified by:
        setDateFormat in interface org.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 interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setFontFamily

        public void setFontFamily​(java.lang.String fontFamily)
        Set the font family
        Specified by:
        setFontFamily in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setFontSize

        public void setFontSize​(java.lang.String fontSize)
        Set the font size
        Specified by:
        setFontSize in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setFontStyle

        public void setFontStyle​(java.lang.String fontStyle)
        Set the font style
        Specified by:
        setFontStyle in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setFontVariant

        public void setFontVariant​(java.lang.String fontVariant)
        Set the font variant
        Specified by:
        setFontVariant in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setFontWeight

        public void setFontWeight​(java.lang.String fontWeight)
        Set the font weight
        Specified by:
        setFontWeight in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setLetterSpacing

        public void setLetterSpacing​(java.lang.String spacing)
        Set the letter spacing
        Specified by:
        setLetterSpacing in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setLineHeight

        public void setLineHeight​(java.lang.String lineHeight)
        Set the line height
        Specified by:
        setLineHeight in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setMarginBottom

        public void setMarginBottom​(java.lang.String margin)
        Set the bottom margin
        Specified by:
        setMarginBottom in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setMarginLeft

        public void setMarginLeft​(java.lang.String margin)
        Set the left margin
        Specified by:
        setMarginLeft in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setMarginRight

        public void setMarginRight​(java.lang.String margin)
        Set the right margin
        Specified by:
        setMarginRight in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setMarginTop

        public void setMarginTop​(java.lang.String margin)
        Set the top margin
        Specified by:
        setMarginTop in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setMasterPage

        public void setMasterPage​(java.lang.String masterPage)
        Set the master page
        Specified by:
        setMasterPage in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setNumberFormat

        public void setNumberFormat​(java.lang.String numberFormat)
        Set the number format
        Specified by:
        setNumberFormat in interface org.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 interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setPaddingLeft

        public void setPaddingLeft​(java.lang.String padding)
        Set the left padding.
        Specified by:
        setPaddingLeft in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setPaddingRight

        public void setPaddingRight​(java.lang.String padding)
        Set the right padding.
        Specified by:
        setPaddingRight in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setPaddingTop

        public void setPaddingTop​(java.lang.String padding)
        Set the top padding.
        Specified by:
        setPaddingTop in interface org.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 interface org.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 interface org.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 interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setShowIfBlank

        public void setShowIfBlank​(java.lang.String showIfBlank)
        Set show if blank
        Specified by:
        setShowIfBlank in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setStringFormat

        public void setStringFormat​(java.lang.String stringFormat)
        Set the string format
        Specified by:
        setStringFormat in interface org.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 interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setTextIndent

        public void setTextIndent​(java.lang.String indent)
        Set the text indent
        Specified by:
        setTextIndent in interface org.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 interface org.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 interface org.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 interface org.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 interface org.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 interface org.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 interface org.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 interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setWordSpacing

        public void setWordSpacing​(java.lang.String wordspacing)
        Set the word spacing
        Specified by:
        setWordSpacing in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getDateLocale

        public java.lang.String getDateLocale()
        Specified by:
        getDateLocale in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setDateLocale

        public void setDateLocale​(java.lang.String locale)
        Specified by:
        setDateLocale in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getNumberLocale

        public java.lang.String getNumberLocale()
        Specified by:
        getNumberLocale in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setNumberLocale

        public void setNumberLocale​(java.lang.String locale)
        Specified by:
        setNumberLocale in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • getStringLocale

        public java.lang.String getStringLocale()
        Specified by:
        getStringLocale in interface org.eclipse.birt.report.engine.api.script.instance.IScriptStyle
      • setStringLocale

        public void setStringLocale​(java.lang.String locale)
        Specified by:
        setStringLocale in interface org.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 class java.lang.Object