org.apache.poi.xwpf.converter.xhtml.internal.styles
Class CSSStyle

java.lang.Object
  extended by org.apache.poi.xwpf.converter.xhtml.internal.styles.CSSStyle

public class CSSStyle
extends Object


Constructor Summary
CSSStyle(String tagName, String className)
           
 
Method Summary
 void addProperty(String name, String value)
           
 void buildInlineStyles(StringBuilder style)
           
 String getInlineStyles()
           
 List<CSSProperty> getProperties()
           
 boolean isEmpty()
           
 void save(ContentHandler contentHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSStyle

public CSSStyle(String tagName,
                String className)
Method Detail

save

public void save(ContentHandler contentHandler)
          throws SAXException
Throws:
SAXException

getInlineStyles

public String getInlineStyles()

buildInlineStyles

public void buildInlineStyles(StringBuilder style)

addProperty

public void addProperty(String name,
                        String value)

getProperties

public List<CSSProperty> getProperties()

isEmpty

public boolean isEmpty()


Copyright © 2013. All rights reserved.