|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the design time style for a report element in the scripting environment
Method Summary | |
boolean |
canShrink()
Tests whether the section can shrink if the actual content is smaller than the design size. |
java.lang.String |
getBackgroundAttachment()
Returns a background attachment as a string. |
java.lang.String |
getBackgroundColor()
Get the background color. |
java.lang.String |
getBackgroundImage()
Returns the address of the background image. |
java.lang.String |
getBackGroundPositionX()
Get the x position for the background. |
java.lang.String |
getBackGroundPositionY()
Get the y position for the background. |
java.lang.String |
getBackgroundRepeat()
Returns the pattern of the repeat for a background image. |
java.lang.String |
getBorderBottomColor()
Get the color of the bottom side of the border. |
java.lang.String |
getBorderBottomStyle()
Returns the style of the bottom line of the border. |
java.lang.String |
getBorderBottomWidth()
Get the width of the bottom side of the border. |
java.lang.String |
getBorderLeftColor()
Get the color of the left side of the border. |
java.lang.String |
getBorderLeftStyle()
Returns the style of the left line of the border. |
java.lang.String |
getBorderLeftWidth()
Get the width of left side of the border. |
java.lang.String |
getBorderRightColor()
Get the color of the right side of the border. |
java.lang.String |
getBorderRightStyle()
Returns the style of the right line of the border. |
java.lang.String |
getBorderRightWidth()
Get the width of right side of the border. |
java.lang.String |
getBorderTopColor()
Get the color of the top side of the border. |
java.lang.String |
getBorderTopStyle()
Returns the style of the top line of the border. |
java.lang.String |
getBorderTopWidth()
Get the width of the top side of the border. |
java.lang.String |
getColor()
Get the font color. |
java.lang.String |
getDateTimeFormat()
Returns the pattern of the date-time-format. |
java.lang.String |
getDateTimeFormatCategory()
Returns the category of the date-time-format. |
java.lang.String |
getDisplay()
Returns the value that specifies if a top-level element should be a block or in-line element. |
java.lang.String |
getFontFamily()
Get the font family. |
java.lang.String |
getFontSize()
Get the font size. |
java.lang.String |
getFontStyle()
Returns the style of the font. |
java.lang.String |
getFontVariant()
Returns the variant of the font. |
java.lang.String |
getFontWeight()
Get the weight of the font. |
java.lang.String |
getLetterSpacing()
Get the spacing between individual letters. |
java.lang.String |
getLineHeight()
Get the height of a line. |
java.lang.String |
getMarginBottom()
Get the margin of the bottom side. |
java.lang.String |
getMarginLeft()
Get the margin of the left side. |
java.lang.String |
getMarginRight()
Get the margin of the right side. |
java.lang.String |
getMarginTop()
Get the margin of the top side. |
java.lang.String |
getMasterPage()
Returns the name of the master page on which to start this section. |
java.lang.String |
getNumberFormat()
Returns the pattern of a number format for a style. |
java.lang.String |
getNumberFormatCategory()
Returns the category of a number format for a style. |
java.lang.String |
getOrphans()
Returns the value of orphans. |
java.lang.String |
getPaddingBottom()
Get the padding of the bottom side. |
java.lang.String |
getPaddingLeft()
Get the padding of the left side. |
java.lang.String |
getPaddingRight()
Get the padding of the right side. |
java.lang.String |
getPaddingTop()
Get the padding of the top side. |
java.lang.String |
getPageBreakAfter()
Returns the page break after property for block-level elements. |
java.lang.String |
getPageBreakBefore()
Returns the page break before property for block-level elements. |
java.lang.String |
getPageBreakInside()
Returns the page break inside property for block-level elements. |
boolean |
getShowIfBlank()
Tests whether to show this frame even if it is empty, or all its data elements are empty. |
java.lang.String |
getStringFormat()
Returns the pattern of a string format. |
java.lang.String |
getStringFormatCategory()
Returns the category of a string format. |
java.lang.String |
getTextAlign()
Returns the text align for block-level elements. |
java.lang.String |
getTextIndent()
Get the text indent. |
java.lang.String |
getTextLineThrough()
Returns one 'text-decoration' property to set line-through styles. |
java.lang.String |
getTextOverline()
Returns one 'text-decoration' property to set overline styles. |
java.lang.String |
getTextTransform()
Returns the value to transform the text. |
java.lang.String |
getTextUnderline()
Returns one 'text-decoration' property to set underline styles. |
java.lang.String |
getVerticalAlign()
Returns the value of the vertical align property for inline elements. |
java.lang.String |
getWhiteSpace()
Returns the white space for block elements. |
java.lang.String |
getWidows()
Returns the value of widows. |
java.lang.String |
getWordSpacing()
Get the spacing between two words. |
void |
setBackgroundAttachment(java.lang.String value)
Sets the background attachment. |
void |
setBackgroundColor(java.lang.String color)
Set the background color. |
void |
setBackgroundImage(java.lang.String value)
Sets the address of the background image. |
void |
setBackGroundPositionX(java.lang.String x)
Set the x position for the background. |
void |
setBackGroundPositionY(java.lang.String y)
Set the y position for the background. |
void |
setBackgroundRepeat(java.lang.String value)
Sets the repeat pattern for a background image. |
void |
setBorderBottomColor(java.lang.String color)
Set the color of the bottom side of the border. |
void |
setBorderBottomStyle(java.lang.String value)
Sets the style of the bottom line of the border. |
void |
setBorderBottomWidth(java.lang.String width)
Set the width of the bottom side of the border. |
void |
setBorderLeftColor(java.lang.String color)
Set the color of the left side of the border. |
void |
setBorderLeftStyle(java.lang.String value)
Sets the style of the left line of the border. |
void |
setBorderLeftWidth(java.lang.String width)
Set the width of left side of the border. |
void |
setBorderRightColor(java.lang.String color)
Set the color of the right side of the border. |
void |
setBorderRightStyle(java.lang.String value)
Sets the style of the right line of the border. |
void |
setBorderRightWidth(java.lang.String width)
Set the width of the right side of the border. |
void |
setBorderTopColor(java.lang.String color)
Set the color of the top side of the border. |
void |
setBorderTopStyle(java.lang.String value)
Sets the style of the top line of the border. |
void |
setBorderTopWidth(java.lang.String width)
Set the width of the top side of the border. |
void |
setCanShrink(boolean value)
Sets whether the section can shrink if the actual content is smaller than the design size. |
void |
setColor(java.lang.String color)
Set the font color. |
void |
setDateTimeFormat(java.lang.String pattern)
Sets the pattern of a date time format for a highlight rule. |
void |
setDateTimeFormatCategory(java.lang.String pattern)
Sets the category of a number format. |
void |
setDisplay(java.lang.String value)
Sets the value that specifies if a top-level element should be a block or in-line element. |
void |
setFontFamily(java.lang.String fontFamily)
Set the font family. |
void |
setFontSize(java.lang.String fontSize)
Set the font size. |
void |
setFontStyle(java.lang.String fontStyle)
Sets the style of the font. |
void |
setFontVariant(java.lang.String fontVariant)
Sets the variant of the font. |
void |
setFontWeight(java.lang.String fontWeight)
Sets the weight of the font. |
void |
setLetterSpacing(java.lang.String spacing)
Set the spacing between individual letters. |
void |
setLineHeight(java.lang.String height)
Set the height of a line. |
void |
setMarginBottom(java.lang.String margin)
Set the margin of the bottom side. |
void |
setMarginLeft(java.lang.String margin)
Set the margin of the left side. |
void |
setMarginRight(java.lang.String margin)
Set the margin of the right side. |
void |
setMarginTop(java.lang.String margin)
Set the margin of the top side. |
void |
setMasterPage(java.lang.String value)
Sets the master page name on which to start this section. |
void |
setNumberFormat(java.lang.String pattern)
Sets the pattern of a number format. |
void |
setNumberFormatCategory(java.lang.String category)
Sets the category of a number format for a highlight rule. |
void |
setOrphans(java.lang.String value)
Sets the orphans property. |
void |
setPaddingBottom(java.lang.String padding)
Set the padding of the bottom side. |
void |
setPaddingLeft(java.lang.String padding)
Set the padding of the left side. |
void |
setPaddingRight(java.lang.String padding)
Set the padding of the right side. |
void |
setPaddingTop(java.lang.String padding)
Set the padding of the top side. |
void |
setPageBreakAfter(java.lang.String value)
Sets the page break after property for block-level elements. |
void |
setPageBreakBefore(java.lang.String value)
Sets the page break before property for block-level elements. |
void |
setPageBreakInside(java.lang.String value)
Sets the page break inside property for block-level elements. |
void |
setShowIfBlank(boolean value)
Sets whether to show this frame even if it is empty, or all its data elements are empty. |
void |
setStringFormat(java.lang.String pattern)
Sets the pattern of a string format. |
void |
setStringFormatCategory(java.lang.String pattern)
Sets the category of a string format. |
void |
setTextAlign(java.lang.String value)
Sets the text align for block-level elements. |
void |
setTextIndent(java.lang.String indent)
Set the text indent. |
void |
setTextLineThrough(java.lang.String value)
Sets one 'text-decoration' property to set line-through styles. |
void |
setTextOverline(java.lang.String value)
Sets one 'text-decoration' property to set overline styles. |
void |
setTextTransform(java.lang.String value)
Sets the value used to transform the text. |
void |
setTextUnderline(java.lang.String value)
Sets one 'text-decoration' property to set underline styles. |
void |
setVerticalAlign(java.lang.String value)
Sets the value of the vertical align property for inline elements. |
void |
setWhiteSpace(java.lang.String value)
Sets the white space property for block elements. |
void |
setWidows(java.lang.String value)
Sets the widows property. |
void |
setWordSpacing(java.lang.String spacing)
Set the spacing between two words. |
Method Detail |
public java.lang.String getBackgroundAttachment()
DesignChoiceConstants
and can be one of:
public void setBackgroundAttachment(java.lang.String value) throws ScriptException
DesignChoiceConstants
and can be one of:
value
- the new background attachment
ScriptException
- if the value is not one of the above.public java.lang.String getBackgroundImage()
public void setBackgroundImage(java.lang.String value) throws ScriptException
value
- the new background image address
ScriptException
- if the property is lockedpublic java.lang.String getBackgroundRepeat()
DesignChoiceConstants
and can be one
of:
public void setBackgroundRepeat(java.lang.String value) throws ScriptException
DesignChoiceConstants
and can be one of:
value
- the new repeat pattern
ScriptException
- if the value is not one of the above.public java.lang.String getBorderBottomStyle()
DesignChoiceConstants
and can be one of:
LINE_STYLE_NONE
LINE_STYLE_SOLID
LINE_STYLE_DOTTED
LINE_STYLE_DASHED
LINE_STYLE_DOUBLE
LINE_STYLE_GROOVE
LINE_STYLE_RIDGE
LINE_STYLE_INSET
LINE_STYLE_OUTSET
public void setBorderBottomStyle(java.lang.String value) throws ScriptException
DesignChoiceConstants
and can be one of:
LINE_STYLE_NONE
LINE_STYLE_SOLID
LINE_STYLE_DOTTED
LINE_STYLE_DASHED
LINE_STYLE_DOUBLE
LINE_STYLE_GROOVE
LINE_STYLE_RIDGE
LINE_STYLE_INSET
LINE_STYLE_OUTSET
value
- the new style of the bottom line
ScriptException
- if the value is not one of the above.public java.lang.String getBorderLeftStyle()
DesignChoiceConstants
and can be one of:
LINE_STYLE_NONE
LINE_STYLE_SOLID
LINE_STYLE_DOTTED
LINE_STYLE_DASHED
LINE_STYLE_DOUBLE
LINE_STYLE_GROOVE
LINE_STYLE_RIDGE
LINE_STYLE_INSET
LINE_STYLE_OUTSET
public void setBorderLeftStyle(java.lang.String value) throws ScriptException
DesignChoiceConstants
and can be one of:
LINE_STYLE_NONE
LINE_STYLE_SOLID
LINE_STYLE_DOTTED
LINE_STYLE_DASHED
LINE_STYLE_DOUBLE
LINE_STYLE_GROOVE
LINE_STYLE_RIDGE
LINE_STYLE_INSET
LINE_STYLE_OUTSET
value
- the new style of the left line
ScriptException
- if the value is not one of the above.public java.lang.String getBorderRightStyle()
DesignChoiceConstants
and can be one of:
LINE_STYLE_NONE
LINE_STYLE_SOLID
LINE_STYLE_DOTTED
LINE_STYLE_DASHED
LINE_STYLE_DOUBLE
LINE_STYLE_GROOVE
LINE_STYLE_RIDGE
LINE_STYLE_INSET
LINE_STYLE_OUTSET
public void setBorderRightStyle(java.lang.String value) throws ScriptException
DesignChoiceConstants
and can be one of:
LINE_STYLE_NONE
LINE_STYLE_SOLID
LINE_STYLE_DOTTED
LINE_STYLE_DASHED
LINE_STYLE_DOUBLE
LINE_STYLE_GROOVE
LINE_STYLE_RIDGE
LINE_STYLE_INSET
LINE_STYLE_OUTSET
value
- the new style of the right line
ScriptException
- if the value is not one of the above.public java.lang.String getBorderTopStyle()
DesignChoiceConstants
and can be one of:
LINE_STYLE_NONE
LINE_STYLE_SOLID
LINE_STYLE_DOTTED
LINE_STYLE_DASHED
LINE_STYLE_DOUBLE
LINE_STYLE_GROOVE
LINE_STYLE_RIDGE
LINE_STYLE_INSET
LINE_STYLE_OUTSET
public void setBorderTopStyle(java.lang.String value) throws ScriptException
DesignChoiceConstants
and can be one of:
LINE_STYLE_NONE
LINE_STYLE_SOLID
LINE_STYLE_DOTTED
LINE_STYLE_DASHED
LINE_STYLE_DOUBLE
LINE_STYLE_GROOVE
LINE_STYLE_RIDGE
LINE_STYLE_INSET
LINE_STYLE_OUTSET
value
- the new style of the right line
ScriptException
- if the value is not one of the above.public boolean canShrink()
true
if can shrink, otherwise false
setCanShrink(boolean)
public void setCanShrink(boolean value) throws ScriptException
value
- true
if can shrink, false
not.
ScriptException
- if the property is lockedcanShrink()
public java.lang.String getStringFormat()
public void setStringFormat(java.lang.String pattern) throws ScriptException
pattern
- the pattern of a string forma
ScriptException
- if the property is lockedpublic java.lang.String getStringFormatCategory()
public void setStringFormatCategory(java.lang.String pattern) throws ScriptException
pattern
can be
one of:
DesignChoiceConstants.STRING_FORMAT_TYPE_UNFORMATTED
DesignChoiceConstants.STRING_FORMAT_TYPE_UPPERCASE
DesignChoiceConstants.STRING_FORMAT_TYPE_LOWERCASE
DesignChoiceConstants.STRING_FORMAT_TYPE_CUSTOM
DesignChoiceConstants.STRING_FORMAT_TYPE_ZIP_CODE
DesignChoiceConstants.STRING_FORMAT_TYPE_ZIP_CODE_4
DesignChoiceConstants.STRING_FORMAT_TYPE_PHONE_NUMBER
DesignChoiceConstants.STRING_FORMAT_TYPE_SOCIAL_SECURITY_NUMBER
pattern
- the category of a string format
ScriptException
- if pattern
is not one of the above values.public java.lang.String getNumberFormat()
public void setNumberFormat(java.lang.String pattern) throws ScriptException
pattern
- the pattern of a number format
ScriptException
- if the property is lockedpublic java.lang.String getNumberFormatCategory()
public void setNumberFormatCategory(java.lang.String category) throws ScriptException
pattern
can be one of:
DesignChoiceConstants.NUMBER_FORMAT_TYPE_UNFORMATTED
DesignChoiceConstants.NUMBER_FORMAT_TYPE_GENERAL_NUMBER
DesignChoiceConstants.NUMBER_FORMAT_TYPE_CURRENCY
DesignChoiceConstants.NUMBER_FORMAT_TYPE_FIXED
DesignChoiceConstants.NUMBER_FORMAT_TYPE_PERCENT
DesignChoiceConstants.NUMBER_FORMAT_TYPE_SCIENTIFIC
DesignChoiceConstants.NUMBER_FORMAT_TYPE_STANDARD
DesignChoiceConstants.NUMBER_FORMAT_TYPE_CUSTOM
category
- the category of a number format
ScriptException
- if category
is not one of the above values.public java.lang.String getDateTimeFormat()
public void setDateTimeFormat(java.lang.String pattern) throws ScriptException
pattern
- the pattern of a date time format
ScriptException
- if the property is lockedpublic java.lang.String getDateTimeFormatCategory()
public void setDateTimeFormatCategory(java.lang.String pattern) throws ScriptException
pattern
can be
one of:
DesignChoiceConstants.DATETIEM_FORMAT_TYPE_UNFORMATTED
DesignChoiceConstants.DATETIEM_FORMAT_TYPE_GENERAL_DATE
DesignChoiceConstants.DATETIEM_FORMAT_TYPE_LONG_DATE
DesignChoiceConstants.DATETIEM_FORMAT_TYPE_MUDIUM_DATE
DesignChoiceConstants.DATETIEM_FORMAT_TYPE_SHORT_DATE
DesignChoiceConstants.DATETIEM_FORMAT_TYPE_LONG_TIME
DesignChoiceConstants.DATETIEM_FORMAT_TYPE_MEDIUM_TIME
DesignChoiceConstants.DATETIEM_FORMAT_TYPE_SHORT_TIME
DesignChoiceConstants.DATETIEM_FORMAT_TYPE_CUSTOM
pattern
- the category of a date-time format
ScriptException
- if pattern
is not one of the above values.public java.lang.String getDisplay()
DesignChoiceConstants
and can be one of:
DISPLAY_NONE
DISPLAY_INLINE
DISPLAY_BLOCK
public void setDisplay(java.lang.String value) throws ScriptException
DesignChoiceConstants
and can be one of:
DISPLAY_NONE
DISPLAY_INLINE
DISPLAY_BLOCK
value
- the new display value
ScriptException
- if the value is not one of the above.public java.lang.String getMasterPage()
setMasterPage(String)
public void setMasterPage(java.lang.String value) throws ScriptException
value
- the new master page name
ScriptException
- if the property is lockedgetMasterPage()
public java.lang.String getOrphans()
DesignChoiceConstants
:
ORPHANS_INHERIT
setOrphans(String)
public void setOrphans(java.lang.String value) throws ScriptException
DesignChoiceConstants
:
ORPHANS_INHERIT
value
- the new orphans property
ScriptException
- if the value is not an integer or one of the above constants.getOrphans()
public java.lang.String getPageBreakAfter()
DesignChoiceConstants
:
PAGE_BREAK_AUTO
PAGE_BREAK_ALWAYS
PAGE_BREAK_AVOID
PAGE_BREAK_LEFT
PAGE_BREAK_RIGHT
PAGE_BREAK_INHERIT
public void setPageBreakAfter(java.lang.String value) throws ScriptException
DesignChoiceConstants
:
PAGE_BREAK_AUTO
PAGE_BREAK_ALWAYS
PAGE_BREAK_AVOID
PAGE_BREAK_LEFT
PAGE_BREAK_RIGHT
PAGE_BREAK_INHERIT
value
- the new page break after property
ScriptException
- if the value is not pre-defined.public java.lang.String getPageBreakBefore()
DesignChoiceConstants
:
PAGE_BREAK_AUTO
PAGE_BREAK_ALWAYS
PAGE_BREAK_AVOID
PAGE_BREAK_LEFT
PAGE_BREAK_RIGHT
PAGE_BREAK_INHERIT
public void setPageBreakBefore(java.lang.String value) throws ScriptException
DesignChoiceConstants
:
PAGE_BREAK_AUTO
PAGE_BREAK_ALWAYS
PAGE_BREAK_AVOID
PAGE_BREAK_LEFT
PAGE_BREAK_RIGHT
PAGE_BREAK_INHERIT
value
- the new page break before property
ScriptException
- if the value is not one of the above.public java.lang.String getPageBreakInside()
DesignChoiceConstants
:
PAGEBREAK_INSIDE_AVOID
PAGEBREAK_INSIDE_AUTO
PAGEBREAK_INSIDE_INHERIT
public void setPageBreakInside(java.lang.String value) throws ScriptException
DesignChoiceConstants
:
PAGEBREAK_INSIDE_AVOID
PAGEBREAK_INSIDE_AUTO
PAGEBREAK_INSIDE_INHERIT
value
- the new page break inside property
ScriptException
- if the value is not one of the above.public boolean getShowIfBlank()
false
, the section is
automatically hidden when empty.
true
if show-if-blank, otherwise
false
setShowIfBlank(boolean)
public void setShowIfBlank(boolean value) throws ScriptException
value
- true
if show the frame. false
not.
ScriptException
- if the property is lockedgetShowIfBlank()
public java.lang.String getTextUnderline()
DesignChoiceConstants
:
TEXT_UNDERLINE_NONE
TEXT_UNDERLINE_UNDERLINE
public void setTextUnderline(java.lang.String value) throws ScriptException
DesignChoiceConstants
:
TEXT_UNDERLINE_NONE
TEXT_UNDERLINE_UNDERLINE
value
- the new text underline
ScriptException
- if the value is not pre-defined.public java.lang.String getTextOverline()
DesignChoiceConstants
:
TEXT_OVERLINE_NONE
TEXT_OVERLINE_OVERLINE
public void setTextOverline(java.lang.String value) throws ScriptException
DesignChoiceConstants
:
TEXT_OVERLINE_NONE
TEXT_OVERLINE_OVERLINE
value
- the new text overline value
ScriptException
- if the value is not one of the above.public java.lang.String getTextLineThrough()
DesignChoiceConstants
:
TEXT_LINE_THROUGH_NONE
TEXT_LINE_THROUGH_LINE_THROUGH
public void setTextLineThrough(java.lang.String value) throws ScriptException
DesignChoiceConstants
:
TEXT_LINE_THROUGH_NONE
TEXT_LINE_THROUGH_LINE_THROUGH
value
- the new text line-through value
ScriptException
- if the value is not one of the above.public java.lang.String getTextAlign()
DesignChoiceConstants
:
TEXT_ALIGN_LEFT
TEXT_ALIGN_CENTER
TEXT_ALIGN_RIGHT
TEXT_ALIGN_JUSTIFY
public void setTextAlign(java.lang.String value) throws ScriptException
DesignChoiceConstants
:
TEXT_ALIGN_LEFT
TEXT_ALIGN_CENTER
TEXT_ALIGN_RIGHT
TEXT_ALIGN_JUSTIFY
value
- the new text align
ScriptException
- if the value is not one of the above.public java.lang.String getTextTransform()
DesignChoiceConstants
:
TRANSFORM_CAPITALIZE
TRANSFORM_UPPERCASE
TRANSFORM_LOWERCASE
TRANSFORM_NONE
public void setTextTransform(java.lang.String value) throws ScriptException
DesignChoiceConstants
:
TRANSFORM_CAPITALIZE
TRANSFORM_UPPERCASE
TRANSFORM_LOWERCASE
TRANSFORM_NONE
value
- the new text transform
ScriptException
- if the value is not one of the above.public java.lang.String getVerticalAlign()
DesignChoiceConstants
and can
be one of:
public void setVerticalAlign(java.lang.String value) throws ScriptException
DesignChoiceConstants
and can be
one of:
value
- the new vertical align
ScriptException
- if the value is not one of the above.public java.lang.String getWhiteSpace()
DesignChoiceConstants
and can be one of:
WHITE_SPACE_NORMAL
WHITE_SPACE_PRE
WHITE_SPACE_NOWRAP
public void setWhiteSpace(java.lang.String value) throws ScriptException
DesignChoiceConstants
and can be one of:
WHITE_SPACE_NORMAL
WHITE_SPACE_PRE
WHITE_SPACE_NOWRAP
value
- the new white space
ScriptException
- if the value is not one of the above.public java.lang.String getWidows()
DesignChoiceConstants
:
WIDOWS_INHERIT
setWidows(String)
public void setWidows(java.lang.String value) throws ScriptException
DesignChoiceConstants
:
WIDOWS_INHERIT
value
- the new windows property
ScriptException
- if the value is not an integer or one of the above constants.getWidows()
public java.lang.String getColor()
public void setColor(java.lang.String color) throws ScriptException
ScriptException
public java.lang.String getBackgroundColor()
public void setBackgroundColor(java.lang.String color) throws ScriptException
ScriptException
public java.lang.String getBorderTopColor()
public void setBorderTopColor(java.lang.String color) throws ScriptException
ScriptException
public java.lang.String getBorderLeftColor()
public void setBorderLeftColor(java.lang.String color) throws ScriptException
ScriptException
public java.lang.String getBorderRightColor()
public void setBorderRightColor(java.lang.String color) throws ScriptException
ScriptException
public java.lang.String getBorderBottomColor()
public void setBorderBottomColor(java.lang.String color) throws ScriptException
ScriptException
public java.lang.String getBackGroundPositionX()
public void setBackGroundPositionX(java.lang.String x) throws ScriptException
ScriptException
public java.lang.String getBackGroundPositionY()
public void setBackGroundPositionY(java.lang.String y) throws ScriptException
ScriptException
public java.lang.String getLetterSpacing()
public void setLetterSpacing(java.lang.String spacing) throws ScriptException
ScriptException
public java.lang.String getLineHeight()
public void setLineHeight(java.lang.String height) throws ScriptException
ScriptException
public java.lang.String getTextIndent()
public void setTextIndent(java.lang.String indent) throws ScriptException
ScriptException
public java.lang.String getWordSpacing()
public void setWordSpacing(java.lang.String spacing) throws ScriptException
ScriptException
public java.lang.String getBorderTopWidth()
public void setBorderTopWidth(java.lang.String width) throws ScriptException
ScriptException
public java.lang.String getBorderLeftWidth()
public void setBorderLeftWidth(java.lang.String width) throws ScriptException
ScriptException
public java.lang.String getBorderRightWidth()
public void setBorderRightWidth(java.lang.String width) throws ScriptException
ScriptException
public java.lang.String getBorderBottomWidth()
public void setBorderBottomWidth(java.lang.String width) throws ScriptException
ScriptException
public java.lang.String getMarginTop()
public void setMarginTop(java.lang.String margin) throws ScriptException
ScriptException
public java.lang.String getMarginRight()
public void setMarginRight(java.lang.String margin) throws ScriptException
ScriptException
public java.lang.String getMarginLeft()
public void setMarginLeft(java.lang.String margin) throws ScriptException
ScriptException
public java.lang.String getMarginBottom()
public void setMarginBottom(java.lang.String margin) throws ScriptException
ScriptException
public java.lang.String getPaddingTop()
public void setPaddingTop(java.lang.String padding) throws ScriptException
ScriptException
public java.lang.String getPaddingRight()
public void setPaddingRight(java.lang.String padding) throws ScriptException
ScriptException
public java.lang.String getPaddingLeft()
public void setPaddingLeft(java.lang.String padding) throws ScriptException
ScriptException
public java.lang.String getPaddingBottom()
public void setPaddingBottom(java.lang.String padding) throws ScriptException
ScriptException
public java.lang.String getFontSize()
public void setFontSize(java.lang.String fontSize) throws ScriptException
ScriptException
public java.lang.String getFontFamily()
public void setFontFamily(java.lang.String fontFamily) throws ScriptException
ScriptException
public java.lang.String getFontWeight()
public void setFontWeight(java.lang.String fontWeight) throws ScriptException
DesignChoiceConstants
:
FONT_WEIGHT_NORMAL
FONT_WEIGHT_BOLD
FONT_WEIGHT_BOLDER
FONT_WEIGHT_LIGHTER
FONT_WEIGHT_100
FONT_WEIGHT_200
FONT_WEIGHT_300
FONT_WEIGHT_400
FONT_WEIGHT_500
FONT_WEIGHT_600
FONT_WEIGHT_700
FONT_WEIGHT_800
FONT_WEIGHT_900
fontWeight
- the new font weight
ScriptException
- if the input value is not one of the above.public java.lang.String getFontVariant()
DesignChoiceConstants
:
FONT_VARIANT_NORMAL
FONT_VARIANT_SMALL_CAPS
public void setFontVariant(java.lang.String fontVariant) throws ScriptException
DesignChoiceConstants
:
FONT_VARIANT_NORMAL
FONT_VARIANT_SMALL_CAPS
fontVariant
- the new font variant.
ScriptException
- if the input value is not one of the above.public java.lang.String getFontStyle()
DesignChoiceConstants
:
FONT_STYLE_NORMAL
FONT_STYLE_ITALIC
FONT_STYLE_OBLIQUE
public void setFontStyle(java.lang.String fontStyle) throws ScriptException
DesignChoiceConstants
:
FONT_STYLE_NORMAL
FONT_STYLE_ITALIC
FONT_STYLE_OBLIQUE
fontStyle
- the new font style.
ScriptException
- if the input value is not one of the above.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |