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

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

public class CSSProperty
extends Object


Constructor Summary
CSSProperty(String name, String value)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSProperty

public CSSProperty(String name,
                   String value)
Method Detail

getName

public String getName()

getValue

public String getValue()


Copyright © 2013. All rights reserved.