org.jopendocument.dom.spreadsheet
Class CellStyle

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

public class CellStyle
extends StyleStyle


Nested Class Summary
static class CellStyle.Side
           
static class CellStyle.SyleTableCellProperties
          See section 15.11 of OpenDocument v1.1 : Table Cell Formatting Properties.
 
Field Summary
static StyleDesc<CellStyle> DESC
           
static String STYLE_FAMILY
           
 
Constructor Summary
CellStyle(ODPackage pkg, org.jdom.Element tableColElem)
           
 
Method Summary
 Color getBackgroundColor()
           
 ParagraphStyle.SyleParagraphProperties getParagraphProperties()
           
 CellStyle.SyleTableCellProperties getTableCellProperties()
           
 TextStyle.SyleTextProperties getTextProperties()
           
 
Methods inherited from class org.jopendocument.dom.StyleStyle
dup, equals, getFamily, getFormattingProperties, getFormattingProperties, getName, getNS, getReferences, getSTYLE, hashCode, isReferencedAtMostOnce, register, 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
 

Field Detail

STYLE_FAMILY

public static final String STYLE_FAMILY
See Also:
Constant Field Values

DESC

public static final StyleDesc<CellStyle> DESC
Constructor Detail

CellStyle

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

getBackgroundColor

public final Color getBackgroundColor()

getTableCellProperties

public final CellStyle.SyleTableCellProperties getTableCellProperties()

getTextProperties

public final TextStyle.SyleTextProperties getTextProperties()

getParagraphProperties

public final ParagraphStyle.SyleParagraphProperties getParagraphProperties()


Copyright © 2010 jOpenDocument All Rights Reserved.