fr.opensagres.xdocreport.document.docx.preprocessor
Class DefaultStyle

java.lang.Object
  extended by fr.opensagres.xdocreport.document.docx.preprocessor.DefaultStyle

public class DefaultStyle
extends Object


Constructor Summary
DefaultStyle()
           
 
Method Summary
 void addHeaderStyle(int level, String styleId)
           
 Integer getAbstractNumIdForOrdererList()
           
 Integer getAbstractNumIdForUnordererList()
           
 String getHeaderStyle(int level)
           
 String getHyperLinkStyleId()
           
 Integer getMaxNumId()
           
 boolean hasHeaderStyle(int level)
           
 boolean hasHyperLinkStyleId()
           
 void setAbstractNumIdForOrdererList(Integer abstractNumIdForOrdererList)
           
 void setAbstractNumIdForUnordererList(Integer abstractNumIdForUnordererList)
           
 void setHyperLinkStyleId(String hyperLinkStyleId)
           
 void setMaxNumId(Integer maxNumId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultStyle

public DefaultStyle()
Method Detail

getHyperLinkStyleId

public String getHyperLinkStyleId()

setHyperLinkStyleId

public void setHyperLinkStyleId(String hyperLinkStyleId)

hasHyperLinkStyleId

public boolean hasHyperLinkStyleId()

addHeaderStyle

public void addHeaderStyle(int level,
                           String styleId)

hasHeaderStyle

public boolean hasHeaderStyle(int level)

getHeaderStyle

public String getHeaderStyle(int level)

getAbstractNumIdForOrdererList

public Integer getAbstractNumIdForOrdererList()

setAbstractNumIdForOrdererList

public void setAbstractNumIdForOrdererList(Integer abstractNumIdForOrdererList)

getAbstractNumIdForUnordererList

public Integer getAbstractNumIdForUnordererList()

setAbstractNumIdForUnordererList

public void setAbstractNumIdForUnordererList(Integer abstractNumIdForUnordererList)

setMaxNumId

public void setMaxNumId(Integer maxNumId)

getMaxNumId

public Integer getMaxNumId()


Copyright © 2013. All rights reserved.