org.jopendocument.dom.spreadsheet
Class CellStyle

java.lang.Object
  extended by org.jopendocument.dom.ODNode
      extended by org.jopendocument.dom.Style
          extended by org.jopendocument.dom.StyleStyle
              extended by org.jopendocument.dom.spreadsheet.CellStyle

public class CellStyle
extends StyleStyle


Nested Class Summary
static class CellStyle.StyleTableCellProperties
          See section 15.11 of OpenDocument v1.1 : Table Cell Formatting Properties.
 
Constructor Summary
CellStyle(ODPackage pkg, org.jdom.Element tableColElem)
           
 
Method Summary
 Color getBackgroundColor()
          Deprecated. 
 Color getBackgroundColor(Cell<?> styledNode)
           
 ParagraphStyle.StyleParagraphProperties getParagraphProperties()
           
 CellStyle.StyleTableCellProperties getTableCellProperties()
          Deprecated. 
 CellStyle.StyleTableCellProperties getTableCellProperties(Cell<?> styledNode)
           
 TextStyle.StyleTextProperties getTextProperties()
           
static void registerDesc()
           
 
Methods inherited from class org.jopendocument.dom.StyleStyle
checkElemName, equals, getDefaultStyle, getDesc, getFamily, getFormattingProperties, getParentStyle, getParentStyle, hashCode
 
Methods inherited from class org.jopendocument.dom.Style
dup, getFormattingProperties, getFormattingProperties, getName, getNonNullStyleDesc, getNS, getPackage, getReferencedStyle, getReferencedStyleElement, getReferences, getSTYLE, getStyle, getStyleDesc, getStyleStyleDesc, isReferencedAtMostOnce, isStandardStyleResolution, register, registerAllVersions, setStandardStyleResolution, warp
 
Methods inherited from class org.jopendocument.dom.ODNode
getElement, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CellStyle

public CellStyle(ODPackage pkg,
                 org.jdom.Element tableColElem)
Method Detail

registerDesc

public static void registerDesc()

getBackgroundColor

@Deprecated
public final Color getBackgroundColor()
Deprecated. 


getBackgroundColor

public final Color getBackgroundColor(Cell<?> styledNode)

getTableCellProperties

@Deprecated
public final CellStyle.StyleTableCellProperties getTableCellProperties()
Deprecated. 


getTableCellProperties

public final CellStyle.StyleTableCellProperties getTableCellProperties(Cell<?> styledNode)

getTextProperties

public final TextStyle.StyleTextProperties getTextProperties()

getParagraphProperties

public final ParagraphStyle.StyleParagraphProperties getParagraphProperties()


Copyright © 2010 jOpenDocument All Rights Reserved.