com.sapportals.portal.prt.util.html

Class HtmlStyleRule

java.lang.Object
  extended bycom.sapportals.portal.prt.util.html.HtmlStyleRule
All Implemented Interfaces:
IHtmlOutputable
Direct Known Subclasses:
HtmlClassStyleRule, HtmlIdStyleRule

public abstract class HtmlStyleRule
extends Object
implements IHtmlOutputable

HtmlStyleRule.java Created: Wed Nov 03 10:17:12 1999


Field Summary
protected  String m_background
          The background property of the rule.
protected  String m_backgroundAttachment
          The backgroundAttachment for the rule.
protected  String m_backgroundColor
          The backgroundColor for the rule.
protected  String m_backgroundImage
          The backgroundImage for the rule.
protected  String m_backgroundPosition
          The backgroundPosition for the rule.
protected  String m_backgroundRepeat
          The backgroundRepeat for the rule.
protected  String m_border
          The border property of the rule.
protected  String m_borderBottom
          The borderBottom for the rule.
protected  String m_borderBottomWidth
          The borderBottomWidth of the rule.
protected  String m_borderColor
          The borderColor for the rule.
protected  String m_borderLeft
          The borderLeft for the rule.
protected  String m_borderLeftWidth
          The borderLeftWidth of the rule.
protected  String m_borderRight
          The borderRight for the rule.
protected  String m_borderRightWidth
          The borderRightWidth of the rule.
protected  String m_borderStyle
          The borderStyle for the rule.
protected  String m_borderTop
          The borderTop for the rule.
protected  String m_borderTopWidth
          The borderTopWidth of the rule.
protected  String m_borderWidth
          The borderWidth for the rule.
protected  String m_clear
          The clear property of the rule.
protected  String m_color
          The color property of the rule.
protected  String m_display
          The display property of the rule.
protected  String m_float
          The float property of the rule.
protected  String m_font
          The font property of the rule.
protected  String m_fontFamily
          The fontFamily for the rule.
protected  String m_fontSize
          The fontSize for the rule.
protected  String m_fontStyle
          The fontStyle for the rule.
protected  String m_fontVariant
          The fontVariant for the rule.
protected  String m_fontWeight
          The fontWeight for the rule.
protected  String m_height
          The height property of the rule.
protected  String m_letterSpacing
          The letterSpacing for the rule.
protected  String m_lineHeight
          The lineHeight for the rule.
protected  String m_listStyle
          The listStyle of the rule.
protected  String m_listStyleImage
          The listStyleImage of the rule.
protected  String m_listStylePosition
          The listStylePosition of the rule.
protected  String m_listStyleType
          The listStyleType of the rule.
protected  String m_margin
          The margin property of the rule.
protected  String m_marginBottom
          The marginBottom for the rule.
protected  String m_marginLeft
          The marginLeft for the rule.
protected  String m_marginRight
          The marginRight for the rule.
protected  String m_marginTop
          The marginTop for the rule.
protected  String m_overflow
          The overflow style.
protected  String m_padding
          The padding property of the rule.
protected  String m_paddingBottom
          The paddingBottom for the rule.
protected  String m_paddingLeft
          The paddingLeft for the rule.
protected  String m_paddingRight
          The paddingRight for the rule.
protected  String m_paddingTop
          The paddingTop for the rule.
protected  String m_selector
          The selector identifying the objects to apply the HtmlStyle.
protected  String m_textAlign
          The textAlign for the rule.
protected  String m_textDecoration
          The textDecoration for the rule.
protected  String m_textIndent
          The textIndent for the rule.
protected  String m_textTransform
          The textTransform for the rule.
protected  String m_verticalAlign
          The verticalAlign for the rule.
protected  String m_whiteSpace
          The whiteSpace for the rule.
protected  String m_width
          The width property of the rule.
protected  String m_wordSpacing
          The wordSpacing for the rule.
 
Constructor Summary
HtmlStyleRule(String selector)
           
 
Method Summary
 void destroy()
           
 String getBackground()
          Get the value of m_background.
 String getBackgroundAttachment()
          Get the value of m_backgroundAttachment.
 String getBackgroundColor()
          Get the value of m_backgroundColor.
 String getBackgroundImage()
          Get the value of m_backgroundImage.
 String getBackgroundPosition()
          Get the value of m_backgroundPosition.
 String getBackgroundRepeat()
          Get the value of m_backgroundRepeat.
 String getBorder()
          Get the value of m_border.
 String getBorderBottom()
          Get the value of m_borderBottom.
 String getBorderBottomWidth()
          Get the value of m_borderBottomWidth.
 String getBorderColor()
          Get the value of m_borderColor.
 String getBorderLeft()
          Get the value of m_borderLeft.
 String getBorderLeftWidth()
          Get the value of m_borderLeftWidth.
 String getBorderRight()
          Get the value of m_borderRight.
 String getBorderRightWidth()
          Get the value of m_borderRightWidth.
 String getBorderStyle()
          Get the value of m_borderStyle.
 String getBorderTop()
          Get the value of m_borderTop.
 String getBorderTopWidth()
          Get the value of m_borderTopWidth.
 String getBorderWidth()
          Get the value of m_borderWidth.
 String getClear()
          Get the value of m_clear.
 String getColor()
          Get the value of m_color.
 String getDisplay()
          Get the value of m_display.
 int getElementCount()
          Returns the number of elements in the container and all sub elements
 String getFloat()
          Get the value of m_float.
 String getFont()
          Get the value of m_font.
 String getFontFamily()
          Get the value of m_fontFamily.
 String getFontSize()
          Get the value of m_fontSize.
 String getFontStyle()
          Get the value of m_fontStyle.
 String getFontVariant()
          Get the value of m_fontVariant.
 String getFontWeight()
          Get the value of m_fontWeight.
 String getHeight()
          Get the value of m_height.
 String getLetterSpacing()
          Get the value of m_letterSpacing.
 String getLineHeight()
          Get the value of m_lineHeight.
 String getListStyle()
          Get the value of m_listStyle.
 String getListStyleImage()
          Get the value of m_listStyleImage.
 String getListStylePosition()
          Get the value of m_listStylePosition.
 String getListStyleType()
          Get the value of m_listStyleType
 String getMargin()
          Get the value of m_margin.
 String getMarginBottom()
          Get the value of m_marginBottom.
 String getMarginLeft()
          Get the value of m_marginLeft.
 String getMarginRight()
          Get the value of m_marginRight.
 String getMarginTop()
          Get the value of m_marginTop.
 String getOverflow()
          Get the value of m_overflow.
 String getPadding()
          Get the value of m_padding.
 String getPaddingBottom()
          Get the value of m_paddingBottom.
 String getPaddingLeft()
          Get the value of m_paddingLeft.
 String getPaddingRight()
          Get the value of m_paddingRight.
 String getPaddingTop()
          Get the value of m_paddingTop.
 String getSelector()
          Get the value of m_selector.
 String getTextAlign()
          Get the value of m_textAlign.
 String getTextDecoration()
          Get the value of m_textDecoration.
 String getTextIndent()
          Get the value of m_textIndent.
 String getTextTransform()
          Get the value of m_textTransform.
 String getVerticalAlign()
          Get the value of m_verticalAlign.
 String getWhiteSpace()
          Get the value of m_whiteSpace.
 String getWidth()
          Get the value of m_width.
 String getWordSpacing()
          Get the value of m_wordSpacing.
 void output(PrintWriter writer)
          Method to get the Html Output of the object into a PrintWriter
 void output(StringBuffer strbuf)
          Method to get the Html Out[ut of the object The StringBuffer must be filled with HTML string content.
 void output(Writer out)
          Method to get the Html Output of the object into a java.io.Writer
 HtmlStyleRule setBackground(String v)
          Set the value of m_background.
 HtmlStyleRule setBackgroundAttachment(String v)
          Set the value of m_backgroundAttachment.
 HtmlStyleRule setBackgroundColor(String v)
          Set the value of m_backgroundColor.
 HtmlStyleRule setBackgroundImage(String v)
          Set the value of m_backgroundImage.
 HtmlStyleRule setBackgroundPosition(String v)
          Set the value of m_backgroundPosition.
 HtmlStyleRule setBackgroundRepeat(String v)
          Set the value of m_backgroundRepeat.
 HtmlStyleRule setBorder(String v)
          Set the value of m_border.
 HtmlStyleRule setBorderBottom(String v)
          Set the value of m_borderBottom.
 HtmlStyleRule setBorderBottomWidth(String v)
          Set the value of m_borderBottomWidth.
 HtmlStyleRule setBorderColor(String v)
          Set the value of m_borderColor.
 HtmlStyleRule setBorderLeft(String v)
          Set the value of m_borderLeft.
 HtmlStyleRule setBorderLeftWidth(String v)
          Set the value of m_borderLeftWidth.
 HtmlStyleRule setBorderRight(String v)
          Set the value of m_borderRight.
 HtmlStyleRule setBorderRightWidth(String v)
          Set the value of m_borderRightWidth.
 HtmlStyleRule setBorderStyle(String v)
          Set the value of m_borderStyle.
 HtmlStyleRule setBorderTop(String v)
          Set the value of m_borderTop.
 HtmlStyleRule setBorderTopWidth(String v)
          Set the value of m_borderTopWidth.
 HtmlStyleRule setBorderWidth(String v)
          Set the value of m_borderWidth.
 HtmlStyleRule setClear(String v)
          Set the value of m_clear.
 HtmlStyleRule setColor(String v)
          Set the value of m_color.
 HtmlStyleRule setDisplay(String v)
          Set the value of m_display.
 HtmlStyleRule setFloat(String v)
          Set the value of m_float.
 HtmlStyleRule setFont(String v)
          Set the value of m_font.
 HtmlStyleRule setFontFamily(String v)
          Set the value of m_fontFamily.
 HtmlStyleRule setFontSize(String v)
          Set the value of m_fontSize.
 HtmlStyleRule setFontStyle(String v)
          Set the value of m_fontStyle.
 HtmlStyleRule setFontVariant(String v)
          Set the value of m_fontVariant.
 HtmlStyleRule setFontWeight(String v)
          Set the value of m_fontWeight.
 HtmlStyleRule setHeight(String v)
          Set the value of m_height.
 HtmlStyleRule setLetterSpacing(String v)
          Set the value of m_letterSpacing.
 HtmlStyleRule setLineHeight(String v)
          Set the value of m_lineHeight.
 HtmlStyleRule setListStyle(String v)
          Set the value of m_listStyle.
 HtmlStyleRule setListStyleImage(String v)
          Set the value of m_listStyleImage.
 HtmlStyleRule setListStylePosition(String v)
          Set the value of m_listStylePosition.
 HtmlStyleRule setListStyleType(String v)
          Set the value of m_listStyleType.
 HtmlStyleRule setMargin(String v)
          Set the value of m_margin.
 HtmlStyleRule setMarginBottom(String v)
          Set the value of m_marginBottom.
 HtmlStyleRule setMarginLeft(String v)
          Set the value of m_marginLeft.
 HtmlStyleRule setMarginRight(String v)
          Set the value of m_marginRight.
 HtmlStyleRule setMarginTop(String v)
          Set the value of m_marginTop.
 HtmlStyleRule setOverflow(String v)
          Set the value of m_overflow.
 HtmlStyleRule setPadding(String v)
          Set the value of m_padding.
 HtmlStyleRule setPaddingBottom(String v)
          Set the value of m_paddingBottom.
 HtmlStyleRule setPaddingLeft(String v)
          Set the value of m_paddingLeft.
 HtmlStyleRule setPaddingRight(String v)
          Set the value of m_paddingRight.
 HtmlStyleRule setPaddingTop(String v)
          Set the value of m_paddingTop.
 HtmlStyleRule setSelector(String v)
          Set the value of m_selector.
 HtmlStyleRule setTextAlign(String v)
          Set the value of m_textAlign.
 HtmlStyleRule setTextDecoration(String v)
          Set the value of m_textDecoration.
 HtmlStyleRule setTextIndent(String v)
          Set the value of m_textIndent.
 HtmlStyleRule setTextTransform(String v)
          Set the value of m_textTransform.
 HtmlStyleRule setVerticalAlign(String v)
          Set the value of m_verticalAlign.
 HtmlStyleRule setWhiteSpace(String v)
          Set the value of m_whiteSpace.
 HtmlStyleRule setWidth(String v)
          Set the value of m_width.
 HtmlStyleRule setWordSpacing(String v)
          Set the value of m_wordSpacing.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_selector

protected String m_selector
The selector identifying the objects to apply the HtmlStyle.


m_listStylePosition

protected String m_listStylePosition
The listStylePosition of the rule.


m_listStyleType

protected String m_listStyleType
The listStyleType of the rule.


m_listStyle

protected String m_listStyle
The listStyle of the rule.


m_listStyleImage

protected String m_listStyleImage
The listStyleImage of the rule.


m_fontSize

protected String m_fontSize
The fontSize for the rule.


m_fontWeight

protected String m_fontWeight
The fontWeight for the rule.


m_fontVariant

protected String m_fontVariant
The fontVariant for the rule.


m_fontStyle

protected String m_fontStyle
The fontStyle for the rule.


m_fontFamily

protected String m_fontFamily
The fontFamily for the rule.


m_whiteSpace

protected String m_whiteSpace
The whiteSpace for the rule.


m_paddingLeft

protected String m_paddingLeft
The paddingLeft for the rule.


m_paddingBottom

protected String m_paddingBottom
The paddingBottom for the rule.


m_paddingRight

protected String m_paddingRight
The paddingRight for the rule.


m_paddingTop

protected String m_paddingTop
The paddingTop for the rule.


m_marginLeft

protected String m_marginLeft
The marginLeft for the rule.


m_marginBottom

protected String m_marginBottom
The marginBottom for the rule.


m_marginRight

protected String m_marginRight
The marginRight for the rule.


m_marginTop

protected String m_marginTop
The marginTop for the rule.


m_lineHeight

protected String m_lineHeight
The lineHeight for the rule.


m_textIndent

protected String m_textIndent
The textIndent for the rule.


m_textAlign

protected String m_textAlign
The textAlign for the rule.


m_textTransform

protected String m_textTransform
The textTransform for the rule.


m_verticalAlign

protected String m_verticalAlign
The verticalAlign for the rule.


m_textDecoration

protected String m_textDecoration
The textDecoration for the rule.


m_letterSpacing

protected String m_letterSpacing
The letterSpacing for the rule.


m_wordSpacing

protected String m_wordSpacing
The wordSpacing for the rule.


m_backgroundPosition

protected String m_backgroundPosition
The backgroundPosition for the rule.


m_backgroundAttachment

protected String m_backgroundAttachment
The backgroundAttachment for the rule.


m_backgroundRepeat

protected String m_backgroundRepeat
The backgroundRepeat for the rule.


m_backgroundImage

protected String m_backgroundImage
The backgroundImage for the rule.


m_backgroundColor

protected String m_backgroundColor
The backgroundColor for the rule.


m_borderLeft

protected String m_borderLeft
The borderLeft for the rule.


m_borderBottom

protected String m_borderBottom
The borderBottom for the rule.


m_borderRight

protected String m_borderRight
The borderRight for the rule.


m_borderTop

protected String m_borderTop
The borderTop for the rule.


m_borderStyle

protected String m_borderStyle
The borderStyle for the rule.


m_borderColor

protected String m_borderColor
The borderColor for the rule.


m_borderWidth

protected String m_borderWidth
The borderWidth for the rule.


m_borderLeftWidth

protected String m_borderLeftWidth
The borderLeftWidth of the rule.


m_borderBottomWidth

protected String m_borderBottomWidth
The borderBottomWidth of the rule.


m_borderRightWidth

protected String m_borderRightWidth
The borderRightWidth of the rule.


m_borderTopWidth

protected String m_borderTopWidth
The borderTopWidth of the rule.


m_display

protected String m_display
The display property of the rule.


m_clear

protected String m_clear
The clear property of the rule.


m_height

protected String m_height
The height property of the rule.


m_float

protected String m_float
The float property of the rule.


m_width

protected String m_width
The width property of the rule.


m_border

protected String m_border
The border property of the rule.


m_padding

protected String m_padding
The padding property of the rule.


m_margin

protected String m_margin
The margin property of the rule.


m_background

protected String m_background
The background property of the rule.


m_color

protected String m_color
The color property of the rule.


m_font

protected String m_font
The font property of the rule.


m_overflow

protected String m_overflow
The overflow style.

Constructor Detail

HtmlStyleRule

public HtmlStyleRule(String selector)
Method Detail

output

public void output(StringBuffer strbuf)
Description copied from interface: IHtmlOutputable
Method to get the Html Out[ut of the object The StringBuffer must be filled with HTML string content.

Specified by:
output in interface IHtmlOutputable

output

public void output(Writer out)
Description copied from interface: IHtmlOutputable
Method to get the Html Output of the object into a java.io.Writer

Specified by:
output in interface IHtmlOutputable

output

public void output(PrintWriter writer)
Deprecated.  

Description copied from interface: IHtmlOutputable
Method to get the Html Output of the object into a PrintWriter

Specified by:
output in interface IHtmlOutputable

toString

public final String toString()
Specified by:
toString in interface IHtmlOutputable

getElementCount

public int getElementCount()
Returns the number of elements in the container and all sub elements

Specified by:
getElementCount in interface IHtmlOutputable
Returns:
number of elements + sub elements

getSelector

public String getSelector()
Get the value of m_selector.

Returns:
Value of m_selector.

setSelector

public HtmlStyleRule setSelector(String v)
Set the value of m_selector.

Parameters:
v - Value to assign to m_selector.

getListStylePosition

public String getListStylePosition()
Get the value of m_listStylePosition.

Returns:
Value of m_listStylePosition.

setListStylePosition

public HtmlStyleRule setListStylePosition(String v)
Set the value of m_listStylePosition.

Parameters:
v - Value to assign to m_listStylePosition.

getListStyleType

public String getListStyleType()
Get the value of m_listStyleType

Returns:
Value of m_listStyleType.

setListStyleType

public HtmlStyleRule setListStyleType(String v)
Set the value of m_listStyleType.

Parameters:
v - Value to assign to m_listStyleType.

getListStyle

public String getListStyle()
Get the value of m_listStyle.

Returns:
Value of m_listStyle.

setListStyle

public HtmlStyleRule setListStyle(String v)
Set the value of m_listStyle.

Parameters:
v - Value to assign to m_listStyle.

getListStyleImage

public String getListStyleImage()
Get the value of m_listStyleImage.

Returns:
Value of m_listStyleImage.

setListStyleImage

public HtmlStyleRule setListStyleImage(String v)
Set the value of m_listStyleImage.

Parameters:
v - Value to assign to m_listStyleImage.

getFontSize

public String getFontSize()
Get the value of m_fontSize.

Returns:
Value of m_fontSize.

setFontSize

public HtmlStyleRule setFontSize(String v)
Set the value of m_fontSize.

Parameters:
v - Value to assign to m_fontSize.

getFontWeight

public String getFontWeight()
Get the value of m_fontWeight.

Returns:
Value of m_fontWeight.

setFontWeight

public HtmlStyleRule setFontWeight(String v)
Set the value of m_fontWeight.

Parameters:
v - Value to assign to m_fontWeight.

getFontVariant

public String getFontVariant()
Get the value of m_fontVariant.

Returns:
Value of m_fontVariant.

setFontVariant

public HtmlStyleRule setFontVariant(String v)
Set the value of m_fontVariant.

Parameters:
v - Value to assign to m_fontVariant.

getFontStyle

public String getFontStyle()
Get the value of m_fontStyle.

Returns:
Value of m_fontStyle.

setFontStyle

public HtmlStyleRule setFontStyle(String v)
Set the value of m_fontStyle.

Parameters:
v - Value to assign to m_fontStyle.

getFontFamily

public String getFontFamily()
Get the value of m_fontFamily.

Returns:
Value of m_fontFamily.

setFontFamily

public HtmlStyleRule setFontFamily(String v)
Set the value of m_fontFamily.

Parameters:
v - Value to assign to m_fontFamily.

getWhiteSpace

public String getWhiteSpace()
Get the value of m_whiteSpace.

Returns:
Value of m_whiteSpace.

setWhiteSpace

public HtmlStyleRule setWhiteSpace(String v)
Set the value of m_whiteSpace.

Parameters:
v - Value to assign to m_whiteSpace.

getPaddingLeft

public String getPaddingLeft()
Get the value of m_paddingLeft.

Returns:
Value of m_paddingLeft.

setPaddingLeft

public HtmlStyleRule setPaddingLeft(String v)
Set the value of m_paddingLeft.

Parameters:
v - Value to assign to m_paddingLeft.

getPaddingBottom

public String getPaddingBottom()
Get the value of m_paddingBottom.

Returns:
Value of m_paddingBottom.

setPaddingBottom

public HtmlStyleRule setPaddingBottom(String v)
Set the value of m_paddingBottom.

Parameters:
v - Value to assign to m_paddingBottom.

getPaddingRight

public String getPaddingRight()
Get the value of m_paddingRight.

Returns:
Value of m_paddingRight.

setPaddingRight

public HtmlStyleRule setPaddingRight(String v)
Set the value of m_paddingRight.

Parameters:
v - Value to assign to m_paddingRight.

getPaddingTop

public String getPaddingTop()
Get the value of m_paddingTop.

Returns:
Value of m_paddingTop.

setPaddingTop

public HtmlStyleRule setPaddingTop(String v)
Set the value of m_paddingTop.

Parameters:
v - Value to assign to m_paddingTop.

getMarginLeft

public String getMarginLeft()
Get the value of m_marginLeft.

Returns:
Value of m_marginLeft.

setMarginLeft

public HtmlStyleRule setMarginLeft(String v)
Set the value of m_marginLeft.

Parameters:
v - Value to assign to m_marginLeft.

getMarginBottom

public String getMarginBottom()
Get the value of m_marginBottom.

Returns:
Value of m_marginBottom.

setMarginBottom

public HtmlStyleRule setMarginBottom(String v)
Set the value of m_marginBottom.

Parameters:
v - Value to assign to m_marginBottom.

getMarginRight

public String getMarginRight()
Get the value of m_marginRight.

Returns:
Value of m_marginRight.

setMarginRight

public HtmlStyleRule setMarginRight(String v)
Set the value of m_marginRight.

Parameters:
v - Value to assign to m_marginRight.

getMarginTop

public String getMarginTop()
Get the value of m_marginTop.

Returns:
Value of m_marginTop.

setMarginTop

public HtmlStyleRule setMarginTop(String v)
Set the value of m_marginTop.

Parameters:
v - Value to assign to m_marginTop.

getLineHeight

public String getLineHeight()
Get the value of m_lineHeight.

Returns:
Value of m_lineHeight.

setLineHeight

public HtmlStyleRule setLineHeight(String v)
Set the value of m_lineHeight.

Parameters:
v - Value to assign to m_lineHeight.

getTextIndent

public String getTextIndent()
Get the value of m_textIndent.

Returns:
Value of m_textIndent.

setTextIndent

public HtmlStyleRule setTextIndent(String v)
Set the value of m_textIndent.

Parameters:
v - Value to assign to m_textIndent.

getTextAlign

public String getTextAlign()
Get the value of m_textAlign.

Returns:
Value of m_textAlign.

setTextAlign

public HtmlStyleRule setTextAlign(String v)
Set the value of m_textAlign.

Parameters:
v - Value to assign to m_textAlign.

getTextTransform

public String getTextTransform()
Get the value of m_textTransform.

Returns:
Value of m_textTransform.

setTextTransform

public HtmlStyleRule setTextTransform(String v)
Set the value of m_textTransform.

Parameters:
v - Value to assign to m_textTransform.

getVerticalAlign

public String getVerticalAlign()
Get the value of m_verticalAlign.

Returns:
Value of m_verticalAlign.

setVerticalAlign

public HtmlStyleRule setVerticalAlign(String v)
Set the value of m_verticalAlign.

Parameters:
v - Value to assign to m_verticalAlign.

getTextDecoration

public String getTextDecoration()
Get the value of m_textDecoration.

Returns:
Value of m_textDecoration.

setTextDecoration

public HtmlStyleRule setTextDecoration(String v)
Set the value of m_textDecoration.

Parameters:
v - Value to assign to m_textDecoration.

getLetterSpacing

public String getLetterSpacing()
Get the value of m_letterSpacing.

Returns:
Value of m_letterSpacing.

setLetterSpacing

public HtmlStyleRule setLetterSpacing(String v)
Set the value of m_letterSpacing.

Parameters:
v - Value to assign to m_letterSpacing.

getWordSpacing

public String getWordSpacing()
Get the value of m_wordSpacing.

Returns:
Value of m_wordSpacing.

setWordSpacing

public HtmlStyleRule setWordSpacing(String v)
Set the value of m_wordSpacing.

Parameters:
v - Value to assign to m_wordSpacing.

getBackgroundPosition

public String getBackgroundPosition()
Get the value of m_backgroundPosition.

Returns:
Value of m_backgroundPosition.

setBackgroundPosition

public HtmlStyleRule setBackgroundPosition(String v)
Set the value of m_backgroundPosition.

Parameters:
v - Value to assign to m_backgroundPosition.

getBackgroundAttachment

public String getBackgroundAttachment()
Get the value of m_backgroundAttachment.

Returns:
Value of m_backgroundAttachment.

setBackgroundAttachment

public HtmlStyleRule setBackgroundAttachment(String v)
Set the value of m_backgroundAttachment.

Parameters:
v - Value to assign to m_backgroundAttachment.

getBackgroundRepeat

public String getBackgroundRepeat()
Get the value of m_backgroundRepeat.

Returns:
Value of m_backgroundRepeat.

setBackgroundRepeat

public HtmlStyleRule setBackgroundRepeat(String v)
Set the value of m_backgroundRepeat.

Parameters:
v - Value to assign to m_backgroundRepeat.

getBackgroundImage

public String getBackgroundImage()
Get the value of m_backgroundImage.

Returns:
Value of m_backgroundImage.

setBackgroundImage

public HtmlStyleRule setBackgroundImage(String v)
Set the value of m_backgroundImage.

Parameters:
v - Value to assign to m_backgroundImage.

getBackgroundColor

public String getBackgroundColor()
Get the value of m_backgroundColor.

Returns:
Value of m_backgroundColor.

setBackgroundColor

public HtmlStyleRule setBackgroundColor(String v)
Set the value of m_backgroundColor.

Parameters:
v - Value to assign to m_backgroundColor.

getBorderLeft

public String getBorderLeft()
Get the value of m_borderLeft.

Returns:
Value of m_borderLeft.

setBorderLeft

public HtmlStyleRule setBorderLeft(String v)
Set the value of m_borderLeft.

Parameters:
v - Value to assign to m_borderLeft.

getBorderBottom

public String getBorderBottom()
Get the value of m_borderBottom.

Returns:
Value of m_borderBottom.

setBorderBottom

public HtmlStyleRule setBorderBottom(String v)
Set the value of m_borderBottom.

Parameters:
v - Value to assign to m_borderBottom.

getBorderRight

public String getBorderRight()
Get the value of m_borderRight.

Returns:
Value of m_borderRight.

setBorderRight

public HtmlStyleRule setBorderRight(String v)
Set the value of m_borderRight.

Parameters:
v - Value to assign to m_borderRight.

getBorderTop

public String getBorderTop()
Get the value of m_borderTop.

Returns:
Value of m_borderTop.

setBorderTop

public HtmlStyleRule setBorderTop(String v)
Set the value of m_borderTop.

Parameters:
v - Value to assign to m_borderTop.

getBorderStyle

public String getBorderStyle()
Get the value of m_borderStyle.

Returns:
Value of m_borderStyle.

setBorderStyle

public HtmlStyleRule setBorderStyle(String v)
Set the value of m_borderStyle.

Parameters:
v - Value to assign to m_borderStyle.

getBorderColor

public String getBorderColor()
Get the value of m_borderColor.

Returns:
Value of m_borderColor.

setBorderColor

public HtmlStyleRule setBorderColor(String v)
Set the value of m_borderColor.

Parameters:
v - Value to assign to m_borderColor.

getBorderWidth

public String getBorderWidth()
Get the value of m_borderWidth.

Returns:
Value of m_borderWidth.

setBorderWidth

public HtmlStyleRule setBorderWidth(String v)
Set the value of m_borderWidth.

Parameters:
v - Value to assign to m_borderWidth.

getBorderLeftWidth

public String getBorderLeftWidth()
Get the value of m_borderLeftWidth.

Returns:
Value of m_borderLeftWidth.

setBorderLeftWidth

public HtmlStyleRule setBorderLeftWidth(String v)
Set the value of m_borderLeftWidth.

Parameters:
v - Value to assign to m_borderLeftWidth.

getBorderBottomWidth

public String getBorderBottomWidth()
Get the value of m_borderBottomWidth.

Returns:
Value of m_borderBottomWidth.

setBorderBottomWidth

public HtmlStyleRule setBorderBottomWidth(String v)
Set the value of m_borderBottomWidth.

Parameters:
v - Value to assign to m_borderBottomWidth.

getBorderRightWidth

public String getBorderRightWidth()
Get the value of m_borderRightWidth.

Returns:
Value of m_borderRightWidth.

setBorderRightWidth

public HtmlStyleRule setBorderRightWidth(String v)
Set the value of m_borderRightWidth.

Parameters:
v - Value to assign to m_borderRightWidth.

getBorderTopWidth

public String getBorderTopWidth()
Get the value of m_borderTopWidth.

Returns:
Value of m_borderTopWidth.

setBorderTopWidth

public HtmlStyleRule setBorderTopWidth(String v)
Set the value of m_borderTopWidth.

Parameters:
v - Value to assign to m_borderTopWidth.

getDisplay

public String getDisplay()
Get the value of m_display.

Returns:
Value of m_display.

setDisplay

public HtmlStyleRule setDisplay(String v)
Set the value of m_display.

Parameters:
v - Value to assign to m_display.

getClear

public String getClear()
Get the value of m_clear.

Returns:
Value of m_clear.

setClear

public HtmlStyleRule setClear(String v)
Set the value of m_clear.

Parameters:
v - Value to assign to m_clear.

getHeight

public String getHeight()
Get the value of m_height.

Returns:
Value of m_height.

setHeight

public HtmlStyleRule setHeight(String v)
Set the value of m_height.

Parameters:
v - Value to assign to m_height.

getFloat

public String getFloat()
Get the value of m_float.

Returns:
Value of m_float.

setFloat

public HtmlStyleRule setFloat(String v)
Set the value of m_float.

Parameters:
v - Value to assign to m_float.

getWidth

public String getWidth()
Get the value of m_width.

Returns:
Value of m_width.

setWidth

public HtmlStyleRule setWidth(String v)
Set the value of m_width.

Parameters:
v - Value to assign to m_width.

getBorder

public String getBorder()
Get the value of m_border.

Returns:
Value of m_border.

setBorder

public HtmlStyleRule setBorder(String v)
Set the value of m_border.

Parameters:
v - Value to assign to m_border.

getPadding

public String getPadding()
Get the value of m_padding.

Returns:
Value of m_padding.

setPadding

public HtmlStyleRule setPadding(String v)
Set the value of m_padding.

Parameters:
v - Value to assign to m_padding.

getMargin

public String getMargin()
Get the value of m_margin.

Returns:
Value of m_margin.

setMargin

public HtmlStyleRule setMargin(String v)
Set the value of m_margin.

Parameters:
v - Value to assign to m_margin.

getBackground

public String getBackground()
Get the value of m_background.

Returns:
Value of m_background.

setBackground

public HtmlStyleRule setBackground(String v)
Set the value of m_background.

Parameters:
v - Value to assign to m_background.

getColor

public String getColor()
Get the value of m_color.

Returns:
Value of m_color.

setColor

public HtmlStyleRule setColor(String v)
Set the value of m_color.

Parameters:
v - Value to assign to m_color.

getFont

public String getFont()
Get the value of m_font.

Returns:
Value of m_font.

setFont

public HtmlStyleRule setFont(String v)
Set the value of m_font.

Parameters:
v - Value to assign to m_font.

getOverflow

public String getOverflow()
Get the value of m_overflow.

Returns:
Value of m_overflow.

setOverflow

public HtmlStyleRule setOverflow(String v)
Set the value of m_overflow.

Parameters:
v - Value to assign to m_overflow.

destroy

public void destroy()
Specified by:
destroy in interface IHtmlOutputable


Copyright 2006 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.