fr.opensagres.xdocreport.document.textstyling.properties
Class ContainerProperties

java.lang.Object
  extended by fr.opensagres.xdocreport.document.textstyling.properties.ContainerProperties
Direct Known Subclasses:
HeaderProperties, ListItemProperties, ListProperties, ParagraphProperties, SpanProperties

public abstract class ContainerProperties
extends Object

Container properties.


Nested Class Summary
static class ContainerProperties.ContainerType
           
 
Constructor Summary
ContainerProperties(ContainerProperties.ContainerType type)
           
 
Method Summary
 TextAlignment getTextAlignment()
           
 ContainerProperties.ContainerType getType()
           
 boolean isBold()
           
 boolean isItalic()
           
 boolean isPageBreakAfter()
           
 boolean isPageBreakBefore()
           
 boolean isStrike()
           
 boolean isSubscript()
           
 boolean isSuperscript()
           
 boolean isUnderline()
           
 void setBold(boolean bold)
           
 void setItalic(boolean italic)
           
 void setPageBreakAfter(boolean pageBreakAfter)
           
 void setPageBreakBefore(boolean pageBreakBefore)
           
 void setStrike(boolean strike)
           
 void setSubscript(boolean subscript)
           
 void setSuperscript(boolean superscript)
           
 void setTextAlignment(TextAlignment textAlignment)
           
 void setUnderline(boolean underline)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerProperties

public ContainerProperties(ContainerProperties.ContainerType type)
Method Detail

getType

public ContainerProperties.ContainerType getType()

isPageBreakBefore

public boolean isPageBreakBefore()

setPageBreakBefore

public void setPageBreakBefore(boolean pageBreakBefore)

isPageBreakAfter

public boolean isPageBreakAfter()

setPageBreakAfter

public void setPageBreakAfter(boolean pageBreakAfter)

isBold

public boolean isBold()

setBold

public void setBold(boolean bold)

isItalic

public boolean isItalic()

setItalic

public void setItalic(boolean italic)

isUnderline

public boolean isUnderline()

setUnderline

public void setUnderline(boolean underline)

isStrike

public boolean isStrike()

setStrike

public void setStrike(boolean strike)

isSubscript

public boolean isSubscript()

setSubscript

public void setSubscript(boolean subscript)

isSuperscript

public boolean isSuperscript()

setSuperscript

public void setSuperscript(boolean superscript)

getTextAlignment

public TextAlignment getTextAlignment()

setTextAlignment

public void setTextAlignment(TextAlignment textAlignment)


Copyright © 2013. All rights reserved.