com.sapportals.portal.prt.util.html
Class HtmlStyleRule

java.lang.Object
  |
  +--com.sapportals.portal.prt.util.html.HtmlStyleRule
All Implemented Interfaces:
IHtmlOutputable
Direct Known Subclasses:
HtmlClassStyleRule, HtmlIdStyleRule

public abstract class HtmlStyleRule
extends java.lang.Object
implements IHtmlOutputable

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

Version:
$Revision: #3 $

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

Field Detail

m_selector

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

m_listStylePosition

protected java.lang.String m_listStylePosition
The listStylePosition of the rule.

m_listStyleType

protected java.lang.String m_listStyleType
The listStyleType of the rule.

m_listStyle

protected java.lang.String m_listStyle
The listStyle of the rule.

m_listStyleImage

protected java.lang.String m_listStyleImage
The listStyleImage of the rule.

m_fontSize

protected java.lang.String m_fontSize
The fontSize for the rule.

m_fontWeight

protected java.lang.String m_fontWeight
The fontWeight for the rule.

m_fontVariant

protected java.lang.String m_fontVariant
The fontVariant for the rule.

m_fontStyle

protected java.lang.String m_fontStyle
The fontStyle for the rule.

m_fontFamily

protected java.lang.String m_fontFamily
The fontFamily for the rule.

m_whiteSpace

protected java.lang.String m_whiteSpace
The whiteSpace for the rule.

m_paddingLeft

protected java.lang.String m_paddingLeft
The paddingLeft for the rule.

m_paddingBottom

protected java.lang.String m_paddingBottom
The paddingBottom for the rule.

m_paddingRight

protected java.lang.String m_paddingRight
The paddingRight for the rule.

m_paddingTop

protected java.lang.String m_paddingTop
The paddingTop for the rule.

m_marginLeft

protected java.lang.String m_marginLeft
The marginLeft for the rule.

m_marginBottom

protected java.lang.String m_marginBottom
The marginBottom for the rule.

m_marginRight

protected java.lang.String m_marginRight
The marginRight for the rule.

m_marginTop

protected java.lang.String m_marginTop
The marginTop for the rule.

m_lineHeight

protected java.lang.String m_lineHeight
The lineHeight for the rule.

m_textIndent

protected java.lang.String m_textIndent
The textIndent for the rule.

m_textAlign

protected java.lang.String m_textAlign
The textAlign for the rule.

m_textTransform

protected java.lang.String m_textTransform
The textTransform for the rule.

m_verticalAlign

protected java.lang.String m_verticalAlign
The verticalAlign for the rule.

m_textDecoration

protected java.lang.String m_textDecoration
The textDecoration for the rule.

m_letterSpacing

protected java.lang.String m_letterSpacing
The letterSpacing for the rule.

m_wordSpacing

protected java.lang.String m_wordSpacing
The wordSpacing for the rule.

m_backgroundPosition

protected java.lang.String m_backgroundPosition
The backgroundPosition for the rule.

m_backgroundAttachment

protected java.lang.String m_backgroundAttachment
The backgroundAttachment for the rule.

m_backgroundRepeat

protected java.lang.String m_backgroundRepeat
The backgroundRepeat for the rule.

m_backgroundImage

protected java.lang.String m_backgroundImage
The backgroundImage for the rule.

m_backgroundColor

protected java.lang.String m_backgroundColor
The backgroundColor for the rule.

m_borderLeft

protected java.lang.String m_borderLeft
The borderLeft for the rule.

m_borderBottom

protected java.lang.String m_borderBottom
The borderBottom for the rule.

m_borderRight

protected java.lang.String m_borderRight
The borderRight for the rule.

m_borderTop

protected java.lang.String m_borderTop
The borderTop for the rule.

m_borderStyle

protected java.lang.String m_borderStyle
The borderStyle for the rule.

m_borderColor

protected java.lang.String m_borderColor
The borderColor for the rule.

m_borderWidth

protected java.lang.String m_borderWidth
The borderWidth for the rule.

m_borderLeftWidth

protected java.lang.String m_borderLeftWidth
The borderLeftWidth of the rule.

m_borderBottomWidth

protected java.lang.String m_borderBottomWidth
The borderBottomWidth of the rule.

m_borderRightWidth

protected java.lang.String m_borderRightWidth
The borderRightWidth of the rule.

m_borderTopWidth

protected java.lang.String m_borderTopWidth
The borderTopWidth of the rule.

m_display

protected java.lang.String m_display
The display property of the rule.

m_clear

protected java.lang.String m_clear
The clear property of the rule.

m_height

protected java.lang.String m_height
The height property of the rule.

m_float

protected java.lang.String m_float
The float property of the rule.

m_width

protected java.lang.String m_width
The width property of the rule.

m_border

protected java.lang.String m_border
The border property of the rule.

m_padding

protected java.lang.String m_padding
The padding property of the rule.

m_margin

protected java.lang.String m_margin
The margin property of the rule.

m_background

protected java.lang.String m_background
The background property of the rule.

m_color

protected java.lang.String m_color
The color property of the rule.

m_font

protected java.lang.String m_font
The font property of the rule.

m_overflow

protected java.lang.String m_overflow
The overflow style.
Constructor Detail

HtmlStyleRule

public HtmlStyleRule(java.lang.String selector)
Method Detail

output

public void output(java.lang.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(java.io.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(java.io.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 java.lang.String toString()
Specified by:
toString in interface IHtmlOutputable
Overrides:
toString in class java.lang.Object

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 java.lang.String getSelector()
Get the value of m_selector.
Returns:
Value of m_selector.

setSelector

public HtmlStyleRule setSelector(java.lang.String v)
Set the value of m_selector.
Parameters:
v - Value to assign to m_selector.

getListStylePosition

public java.lang.String getListStylePosition()
Get the value of m_listStylePosition.
Returns:
Value of m_listStylePosition.

setListStylePosition

public HtmlStyleRule setListStylePosition(java.lang.String v)
Set the value of m_listStylePosition.
Parameters:
v - Value to assign to m_listStylePosition.

getListStyleType

public java.lang.String getListStyleType()
Get the value of m_listStyleType
Returns:
Value of m_listStyleType.

setListStyleType

public HtmlStyleRule setListStyleType(java.lang.String v)
Set the value of m_listStyleType.
Parameters:
v - Value to assign to m_listStyleType.

getListStyle

public java.lang.String getListStyle()
Get the value of m_listStyle.
Returns:
Value of m_listStyle.

setListStyle

public HtmlStyleRule setListStyle(java.lang.String v)
Set the value of m_listStyle.
Parameters:
v - Value to assign to m_listStyle.

getListStyleImage

public java.lang.String getListStyleImage()
Get the value of m_listStyleImage.
Returns:
Value of m_listStyleImage.

setListStyleImage

public HtmlStyleRule setListStyleImage(java.lang.String v)
Set the value of m_listStyleImage.
Parameters:
v - Value to assign to m_listStyleImage.

getFontSize

public java.lang.String getFontSize()
Get the value of m_fontSize.
Returns:
Value of m_fontSize.

setFontSize

public HtmlStyleRule setFontSize(java.lang.String v)
Set the value of m_fontSize.
Parameters:
v - Value to assign to m_fontSize.

getFontWeight

public java.lang.String getFontWeight()
Get the value of m_fontWeight.
Returns:
Value of m_fontWeight.

setFontWeight

public HtmlStyleRule setFontWeight(java.lang.String v)
Set the value of m_fontWeight.
Parameters:
v - Value to assign to m_fontWeight.

getFontVariant

public java.lang.String getFontVariant()
Get the value of m_fontVariant.
Returns:
Value of m_fontVariant.

setFontVariant

public HtmlStyleRule setFontVariant(java.lang.String v)
Set the value of m_fontVariant.
Parameters:
v - Value to assign to m_fontVariant.

getFontStyle

public java.lang.String getFontStyle()
Get the value of m_fontStyle.
Returns:
Value of m_fontStyle.

setFontStyle

public HtmlStyleRule setFontStyle(java.lang.String v)
Set the value of m_fontStyle.
Parameters:
v - Value to assign to m_fontStyle.

getFontFamily

public java.lang.String getFontFamily()
Get the value of m_fontFamily.
Returns:
Value of m_fontFamily.

setFontFamily

public HtmlStyleRule setFontFamily(java.lang.String v)
Set the value of m_fontFamily.
Parameters:
v - Value to assign to m_fontFamily.

getWhiteSpace

public java.lang.String getWhiteSpace()
Get the value of m_whiteSpace.
Returns:
Value of m_whiteSpace.

setWhiteSpace

public HtmlStyleRule setWhiteSpace(java.lang.String v)
Set the value of m_whiteSpace.
Parameters:
v - Value to assign to m_whiteSpace.

getPaddingLeft

public java.lang.String getPaddingLeft()
Get the value of m_paddingLeft.
Returns:
Value of m_paddingLeft.

setPaddingLeft

public HtmlStyleRule setPaddingLeft(java.lang.String v)
Set the value of m_paddingLeft.
Parameters:
v - Value to assign to m_paddingLeft.

getPaddingBottom

public java.lang.String getPaddingBottom()
Get the value of m_paddingBottom.
Returns:
Value of m_paddingBottom.

setPaddingBottom

public HtmlStyleRule setPaddingBottom(java.lang.String v)
Set the value of m_paddingBottom.
Parameters:
v - Value to assign to m_paddingBottom.

getPaddingRight

public java.lang.String getPaddingRight()
Get the value of m_paddingRight.
Returns:
Value of m_paddingRight.

setPaddingRight

public HtmlStyleRule setPaddingRight(java.lang.String v)
Set the value of m_paddingRight.
Parameters:
v - Value to assign to m_paddingRight.

getPaddingTop

public java.lang.String getPaddingTop()
Get the value of m_paddingTop.
Returns:
Value of m_paddingTop.

setPaddingTop

public HtmlStyleRule setPaddingTop(java.lang.String v)
Set the value of m_paddingTop.
Parameters:
v - Value to assign to m_paddingTop.

getMarginLeft

public java.lang.String getMarginLeft()
Get the value of m_marginLeft.
Returns:
Value of m_marginLeft.

setMarginLeft

public HtmlStyleRule setMarginLeft(java.lang.String v)
Set the value of m_marginLeft.
Parameters:
v - Value to assign to m_marginLeft.

getMarginBottom

public java.lang.String getMarginBottom()
Get the value of m_marginBottom.
Returns:
Value of m_marginBottom.

setMarginBottom

public HtmlStyleRule setMarginBottom(java.lang.String v)
Set the value of m_marginBottom.
Parameters:
v - Value to assign to m_marginBottom.

getMarginRight

public java.lang.String getMarginRight()
Get the value of m_marginRight.
Returns:
Value of m_marginRight.

setMarginRight

public HtmlStyleRule setMarginRight(java.lang.String v)
Set the value of m_marginRight.
Parameters:
v - Value to assign to m_marginRight.

getMarginTop

public java.lang.String getMarginTop()
Get the value of m_marginTop.
Returns:
Value of m_marginTop.

setMarginTop

public HtmlStyleRule setMarginTop(java.lang.String v)
Set the value of m_marginTop.
Parameters:
v - Value to assign to m_marginTop.

getLineHeight

public java.lang.String getLineHeight()
Get the value of m_lineHeight.
Returns:
Value of m_lineHeight.

setLineHeight

public HtmlStyleRule setLineHeight(java.lang.String v)
Set the value of m_lineHeight.
Parameters:
v - Value to assign to m_lineHeight.

getTextIndent

public java.lang.String getTextIndent()
Get the value of m_textIndent.
Returns:
Value of m_textIndent.

setTextIndent

public HtmlStyleRule setTextIndent(java.lang.String v)
Set the value of m_textIndent.
Parameters:
v - Value to assign to m_textIndent.

getTextAlign

public java.lang.String getTextAlign()
Get the value of m_textAlign.
Returns:
Value of m_textAlign.

setTextAlign

public HtmlStyleRule setTextAlign(java.lang.String v)
Set the value of m_textAlign.
Parameters:
v - Value to assign to m_textAlign.

getTextTransform

public java.lang.String getTextTransform()
Get the value of m_textTransform.
Returns:
Value of m_textTransform.

setTextTransform

public HtmlStyleRule setTextTransform(java.lang.String v)
Set the value of m_textTransform.
Parameters:
v - Value to assign to m_textTransform.

getVerticalAlign

public java.lang.String getVerticalAlign()
Get the value of m_verticalAlign.
Returns:
Value of m_verticalAlign.

setVerticalAlign

public HtmlStyleRule setVerticalAlign(java.lang.String v)
Set the value of m_verticalAlign.
Parameters:
v - Value to assign to m_verticalAlign.

getTextDecoration

public java.lang.String getTextDecoration()
Get the value of m_textDecoration.
Returns:
Value of m_textDecoration.

setTextDecoration

public HtmlStyleRule setTextDecoration(java.lang.String v)
Set the value of m_textDecoration.
Parameters:
v - Value to assign to m_textDecoration.

getLetterSpacing

public java.lang.String getLetterSpacing()
Get the value of m_letterSpacing.
Returns:
Value of m_letterSpacing.

setLetterSpacing

public HtmlStyleRule setLetterSpacing(java.lang.String v)
Set the value of m_letterSpacing.
Parameters:
v - Value to assign to m_letterSpacing.

getWordSpacing

public java.lang.String getWordSpacing()
Get the value of m_wordSpacing.
Returns:
Value of m_wordSpacing.

setWordSpacing

public HtmlStyleRule setWordSpacing(java.lang.String v)
Set the value of m_wordSpacing.
Parameters:
v - Value to assign to m_wordSpacing.

getBackgroundPosition

public java.lang.String getBackgroundPosition()
Get the value of m_backgroundPosition.
Returns:
Value of m_backgroundPosition.

setBackgroundPosition

public HtmlStyleRule setBackgroundPosition(java.lang.String v)
Set the value of m_backgroundPosition.
Parameters:
v - Value to assign to m_backgroundPosition.

getBackgroundAttachment

public java.lang.String getBackgroundAttachment()
Get the value of m_backgroundAttachment.
Returns:
Value of m_backgroundAttachment.

setBackgroundAttachment

public HtmlStyleRule setBackgroundAttachment(java.lang.String v)
Set the value of m_backgroundAttachment.
Parameters:
v - Value to assign to m_backgroundAttachment.

getBackgroundRepeat

public java.lang.String getBackgroundRepeat()
Get the value of m_backgroundRepeat.
Returns:
Value of m_backgroundRepeat.

setBackgroundRepeat

public HtmlStyleRule setBackgroundRepeat(java.lang.String v)
Set the value of m_backgroundRepeat.
Parameters:
v - Value to assign to m_backgroundRepeat.

getBackgroundImage

public java.lang.String getBackgroundImage()
Get the value of m_backgroundImage.
Returns:
Value of m_backgroundImage.

setBackgroundImage

public HtmlStyleRule setBackgroundImage(java.lang.String v)
Set the value of m_backgroundImage.
Parameters:
v - Value to assign to m_backgroundImage.

getBackgroundColor

public java.lang.String getBackgroundColor()
Get the value of m_backgroundColor.
Returns:
Value of m_backgroundColor.

setBackgroundColor

public HtmlStyleRule setBackgroundColor(java.lang.String v)
Set the value of m_backgroundColor.
Parameters:
v - Value to assign to m_backgroundColor.

getBorderLeft

public java.lang.String getBorderLeft()
Get the value of m_borderLeft.
Returns:
Value of m_borderLeft.

setBorderLeft

public HtmlStyleRule setBorderLeft(java.lang.String v)
Set the value of m_borderLeft.
Parameters:
v - Value to assign to m_borderLeft.

getBorderBottom

public java.lang.String getBorderBottom()
Get the value of m_borderBottom.
Returns:
Value of m_borderBottom.

setBorderBottom

public HtmlStyleRule setBorderBottom(java.lang.String v)
Set the value of m_borderBottom.
Parameters:
v - Value to assign to m_borderBottom.

getBorderRight

public java.lang.String getBorderRight()
Get the value of m_borderRight.
Returns:
Value of m_borderRight.

setBorderRight

public HtmlStyleRule setBorderRight(java.lang.String v)
Set the value of m_borderRight.
Parameters:
v - Value to assign to m_borderRight.

getBorderTop

public java.lang.String getBorderTop()
Get the value of m_borderTop.
Returns:
Value of m_borderTop.

setBorderTop

public HtmlStyleRule setBorderTop(java.lang.String v)
Set the value of m_borderTop.
Parameters:
v - Value to assign to m_borderTop.

getBorderStyle

public java.lang.String getBorderStyle()
Get the value of m_borderStyle.
Returns:
Value of m_borderStyle.

setBorderStyle

public HtmlStyleRule setBorderStyle(java.lang.String v)
Set the value of m_borderStyle.
Parameters:
v - Value to assign to m_borderStyle.

getBorderColor

public java.lang.String getBorderColor()
Get the value of m_borderColor.
Returns:
Value of m_borderColor.

setBorderColor

public HtmlStyleRule setBorderColor(java.lang.String v)
Set the value of m_borderColor.
Parameters:
v - Value to assign to m_borderColor.

getBorderWidth

public java.lang.String getBorderWidth()
Get the value of m_borderWidth.
Returns:
Value of m_borderWidth.

setBorderWidth

public HtmlStyleRule setBorderWidth(java.lang.String v)
Set the value of m_borderWidth.
Parameters:
v - Value to assign to m_borderWidth.

getBorderLeftWidth

public java.lang.String getBorderLeftWidth()
Get the value of m_borderLeftWidth.
Returns:
Value of m_borderLeftWidth.

setBorderLeftWidth

public HtmlStyleRule setBorderLeftWidth(java.lang.String v)
Set the value of m_borderLeftWidth.
Parameters:
v - Value to assign to m_borderLeftWidth.

getBorderBottomWidth

public java.lang.String getBorderBottomWidth()
Get the value of m_borderBottomWidth.
Returns:
Value of m_borderBottomWidth.

setBorderBottomWidth

public HtmlStyleRule setBorderBottomWidth(java.lang.String v)
Set the value of m_borderBottomWidth.
Parameters:
v - Value to assign to m_borderBottomWidth.

getBorderRightWidth

public java.lang.String getBorderRightWidth()
Get the value of m_borderRightWidth.
Returns:
Value of m_borderRightWidth.

setBorderRightWidth

public HtmlStyleRule setBorderRightWidth(java.lang.String v)
Set the value of m_borderRightWidth.
Parameters:
v - Value to assign to m_borderRightWidth.

getBorderTopWidth

public java.lang.String getBorderTopWidth()
Get the value of m_borderTopWidth.
Returns:
Value of m_borderTopWidth.

setBorderTopWidth

public HtmlStyleRule setBorderTopWidth(java.lang.String v)
Set the value of m_borderTopWidth.
Parameters:
v - Value to assign to m_borderTopWidth.

getDisplay

public java.lang.String getDisplay()
Get the value of m_display.
Returns:
Value of m_display.

setDisplay

public HtmlStyleRule setDisplay(java.lang.String v)
Set the value of m_display.
Parameters:
v - Value to assign to m_display.

getClear

public java.lang.String getClear()
Get the value of m_clear.
Returns:
Value of m_clear.

setClear

public HtmlStyleRule setClear(java.lang.String v)
Set the value of m_clear.
Parameters:
v - Value to assign to m_clear.

getHeight

public java.lang.String getHeight()
Get the value of m_height.
Returns:
Value of m_height.

setHeight

public HtmlStyleRule setHeight(java.lang.String v)
Set the value of m_height.
Parameters:
v - Value to assign to m_height.

getFloat

public java.lang.String getFloat()
Get the value of m_float.
Returns:
Value of m_float.

setFloat

public HtmlStyleRule setFloat(java.lang.String v)
Set the value of m_float.
Parameters:
v - Value to assign to m_float.

getWidth

public java.lang.String getWidth()
Get the value of m_width.
Returns:
Value of m_width.

setWidth

public HtmlStyleRule setWidth(java.lang.String v)
Set the value of m_width.
Parameters:
v - Value to assign to m_width.

getBorder

public java.lang.String getBorder()
Get the value of m_border.
Returns:
Value of m_border.

setBorder

public HtmlStyleRule setBorder(java.lang.String v)
Set the value of m_border.
Parameters:
v - Value to assign to m_border.

getPadding

public java.lang.String getPadding()
Get the value of m_padding.
Returns:
Value of m_padding.

setPadding

public HtmlStyleRule setPadding(java.lang.String v)
Set the value of m_padding.
Parameters:
v - Value to assign to m_padding.

getMargin

public java.lang.String getMargin()
Get the value of m_margin.
Returns:
Value of m_margin.

setMargin

public HtmlStyleRule setMargin(java.lang.String v)
Set the value of m_margin.
Parameters:
v - Value to assign to m_margin.

getBackground

public java.lang.String getBackground()
Get the value of m_background.
Returns:
Value of m_background.

setBackground

public HtmlStyleRule setBackground(java.lang.String v)
Set the value of m_background.
Parameters:
v - Value to assign to m_background.

getColor

public java.lang.String getColor()
Get the value of m_color.
Returns:
Value of m_color.

setColor

public HtmlStyleRule setColor(java.lang.String v)
Set the value of m_color.
Parameters:
v - Value to assign to m_color.

getFont

public java.lang.String getFont()
Get the value of m_font.
Returns:
Value of m_font.

setFont

public HtmlStyleRule setFont(java.lang.String v)
Set the value of m_font.
Parameters:
v - Value to assign to m_font.

getOverflow

public java.lang.String getOverflow()
Get the value of m_overflow.
Returns:
Value of m_overflow.

setOverflow

public HtmlStyleRule setOverflow(java.lang.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