|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.lang.String |
getBackgroundAttachement()
Deprecated. replaced by getBackgroundAttachment() |
java.lang.String |
getBackgroundAttachment()
Get the attachment type (either SCROLL or FIXED) |
java.lang.String |
getBackgroundColor()
Get the background color |
java.lang.String |
getBackgroundImage()
Get the background image URI |
java.lang.String |
getBackgroundPositionX()
Get the X (horizontal) position of the background image |
java.lang.String |
getBackgroundPositionY()
Get the Y (vertical) position of the background image |
java.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 color |
java.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 color |
java.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 color |
java.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 color |
java.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 color |
java.lang.String |
getDateFormat()
Get the date format |
java.lang.String |
getDisplay()
Get the display type (valid types are BLOCK, INLINE and NONE) |
java.lang.String |
getFontFamily()
Get the font family |
java.lang.String |
getFontSize()
Get the font size |
java.lang.String |
getFontStyle()
Get the font style |
java.lang.String |
getFontVariant()
Get the font variant |
java.lang.String |
getFontWeight()
Get the font weight |
java.lang.String |
getLetterSpacing()
Get the letter spacing |
java.lang.String |
getLineHeight()
Get the line height |
java.lang.String |
getMarginBottom()
Get the bottom margin |
java.lang.String |
getMarginLeft()
Get the left margin |
java.lang.String |
getMarginRight()
Get the right margin |
java.lang.String |
getMarginTop()
Get the top margin |
java.lang.String |
getMasterPage()
Get the master page |
java.lang.String |
getNumberFormat()
Get number format |
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.lang.String |
getShowIfBlank()
Show if blank? |
java.lang.String |
getStringFormat()
Get the string format |
java.lang.String |
getTextAlign()
Get the text alignment. |
java.lang.String |
getTextIndent()
Get the text indent |
java.lang.String |
getTextLineThrough()
Get the text line through |
java.lang.String |
getTextOverline()
Get the text overline |
java.lang.String |
getTextTransform()
Get the text transform. |
java.lang.String |
getTextUnderline()
Get the text underline |
java.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 spacing |
void |
setBackgroundAttachement(java.lang.String attachement)
Deprecated. replaced by setBackgroundAttachment( String attachment ) |
void |
setBackgroundAttachment(java.lang.String attachment)
Set the attachment type (either SCROLL or FIXED) |
void |
setBackgroundColor(java.lang.String color)
Set the background color |
void |
setBackgroundImage(java.lang.String imageURI)
Set the background image URI |
void |
setBackgroundPositionX(java.lang.String x)
Set the X (horizontal) position of the background image |
void |
setBackgroundPositionY(java.lang.String y)
Set the Y (vertical) position of the background image |
void |
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 color |
void |
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 color |
void |
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 color |
void |
setBorderRightStyle(java.lang.String borderstyle)
Set 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 color |
void |
setBorderTopStyle(java.lang.String borderstyle)
Set 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 color |
void |
setDateFormat(java.lang.String dateTimeFormat)
Set the date format |
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 family |
void |
setFontSize(java.lang.String fontSize)
Set the font size |
void |
setFontStyle(java.lang.String fontStyle)
Set the font style |
void |
setFontVariant(java.lang.String fontVariant)
Set the font variant |
void |
setFontWeight(java.lang.String fontWeight)
Set the font weight |
void |
setLetterSpacing(java.lang.String spacing)
Set the letter spacing |
void |
setLineHeight(java.lang.String lineHeight)
Set the line height |
void |
setMarginBottom(java.lang.String margin)
Set the bottom margin |
void |
setMarginLeft(java.lang.String margin)
Set the left margin |
void |
setMarginRight(java.lang.String margin)
Set the right margin |
void |
setMarginTop(java.lang.String margin)
Set the top margin |
void |
setMasterPage(java.lang.String masterPage)
Set the master page |
void |
setNumberFormat(java.lang.String numberFormat)
Set the number format |
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 after |
void |
setPageBreakBefore(java.lang.String pageBreak)
Set the page break before |
void |
setPageBreakInside(java.lang.String pageBreak)
Set the page break inside |
void |
setShowIfBlank(java.lang.String showIfBlank)
Set show if blank |
void |
setStringFormat(java.lang.String stringFormat)
Set the string format |
void |
setTextAlign(java.lang.String align)
Set the text alignment. |
void |
setTextIndent(java.lang.String indent)
Get the text indent |
void |
setTextLineThrough(java.lang.String through)
Set the text line through |
void |
setTextOverline(java.lang.String overline)
Set the text overline |
void |
setTextTransform(java.lang.String transform)
Set the text transform. |
void |
setTextUnderline(java.lang.String underline)
Set the text underline |
void |
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)
Get the whitespace. |
void |
setWordSpacing(java.lang.String wordspacing)
Set the word spacing |
Method Detail |
public java.lang.String getVisibleFormat()
public void setVisibleFormat(java.lang.String format)
format
- public java.lang.String getLetterSpacing()
public void setLetterSpacing(java.lang.String spacing)
public java.lang.String getLineHeight()
public void setLineHeight(java.lang.String lineHeight)
public java.lang.String getTextAlign()
public void setTextAlign(java.lang.String align)
public java.lang.String getTextIndent()
public void setTextIndent(java.lang.String indent)
public java.lang.String getTextTransform()
public void setTextTransform(java.lang.String transform)
public java.lang.String getVerticalAlign()
public void setVerticalAlign(java.lang.String valign)
public java.lang.String getWhiteSpace()
public void setWhiteSpace(java.lang.String whitespace)
public java.lang.String getWordSpacing()
public void setWordSpacing(java.lang.String wordspacing)
public java.lang.String getColor()
public void setColor(java.lang.String color)
public java.lang.String getBackgroundAttachement()
public void setBackgroundAttachement(java.lang.String attachement)
public java.lang.String getBackgroundAttachment()
public void setBackgroundAttachment(java.lang.String attachment)
public java.lang.String getBackgroundColor()
public void setBackgroundColor(java.lang.String color)
public java.lang.String getBackgroundImage()
public void setBackgroundImage(java.lang.String imageURI)
public java.lang.String getBackgroundRepeat()
public void setBackgroundRepeat(java.lang.String repeat)
public java.lang.String getBorderBottomColor()
public void setBorderBottomColor(java.lang.String color)
public java.lang.String getBorderTopColor()
public void setBorderTopColor(java.lang.String color)
public java.lang.String getBorderRightColor()
public void setBorderRightColor(java.lang.String color)
public java.lang.String getBorderLeftColor()
public void setBorderLeftColor(java.lang.String color)
public java.lang.String getBorderBottomStyle()
public void setBorderBottomStyle(java.lang.String borderstyle)
public java.lang.String getBorderTopStyle()
public void setBorderTopStyle(java.lang.String borderstyle)
public java.lang.String getBorderLeftStyle()
public void setBorderLeftStyle(java.lang.String borderstyle)
public java.lang.String getBorderRightStyle()
public void setBorderRightStyle(java.lang.String borderstyle)
public java.lang.String getBorderBottomWidth()
public void setBorderBottomWidth(java.lang.String width)
public java.lang.String getBorderTopWidth()
public void setBorderTopWidth(java.lang.String width)
public java.lang.String getBorderLeftWidth()
public void setBorderLeftWidth(java.lang.String width)
public java.lang.String getBorderRightWidth()
public void setBorderRightWidth(java.lang.String width)
public java.lang.String getMarginBottom()
public void setMarginBottom(java.lang.String margin)
public java.lang.String getMarginTop()
public void setMarginTop(java.lang.String margin)
public java.lang.String getMarginLeft()
public void setMarginLeft(java.lang.String margin)
public java.lang.String getMarginRight()
public void setMarginRight(java.lang.String margin)
public java.lang.String getPaddingBottom()
public void setPaddingBottom(java.lang.String padding)
public java.lang.String getPaddingTop()
public void setPaddingTop(java.lang.String padding)
public java.lang.String getPaddingLeft()
public void setPaddingLeft(java.lang.String padding)
public java.lang.String getPaddingRight()
public void setPaddingRight(java.lang.String padding)
public java.lang.String getDisplay()
public void setDisplay(java.lang.String display)
public java.lang.String getMasterPage()
public void setMasterPage(java.lang.String masterPage)
public java.lang.String getPageBreakBefore()
public void setPageBreakBefore(java.lang.String pageBreak)
public java.lang.String getPageBreakAfter()
public void setPageBreakAfter(java.lang.String pageBreak)
public java.lang.String getPageBreakInside()
public void setPageBreakInside(java.lang.String pageBreak)
public java.lang.String getShowIfBlank()
public void setShowIfBlank(java.lang.String showIfBlank)
public java.lang.String getCanShrink()
public void setCanShrink(java.lang.String canShrink)
public java.lang.String getNumberFormat()
public void setNumberFormat(java.lang.String numberFormat)
numberFormat
- public java.lang.String getDateFormat()
public void setDateFormat(java.lang.String dateTimeFormat)
dateTimeFormat
- public java.lang.String getStringFormat()
public void setStringFormat(java.lang.String stringFormat)
stringFormat
- public java.lang.String getFontFamily()
public void setFontFamily(java.lang.String fontFamily)
public java.lang.String getFontStyle()
public void setFontStyle(java.lang.String fontStyle)
public java.lang.String getFontVariant()
public void setFontVariant(java.lang.String fontVariant)
public java.lang.String getFontWeight()
public void setFontWeight(java.lang.String fontWeight)
public java.lang.String getFontSize()
public void setFontSize(java.lang.String fontSize)
public java.lang.String getTextUnderline()
public void setTextUnderline(java.lang.String underline) throws ScriptException
ScriptException
public java.lang.String getTextOverline()
public void setTextOverline(java.lang.String overline) throws ScriptException
ScriptException
public java.lang.String getTextLineThrough()
public void setTextLineThrough(java.lang.String through) 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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |