org.odftoolkit.odfdom.converter.pdf.internal.styles
Class StyleBreak

java.lang.Object
  extended by org.odftoolkit.odfdom.converter.pdf.internal.styles.StyleBreak

public class StyleBreak
extends Object


Method Summary
static StyleBreak createWithColumnBreak()
           
static StyleBreak createWithNoBreak()
           
static StyleBreak createWithPageBreak()
           
 boolean isColumnBreak()
           
 boolean isPageBreak()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createWithColumnBreak

public static StyleBreak createWithColumnBreak()

createWithPageBreak

public static StyleBreak createWithPageBreak()

createWithNoBreak

public static StyleBreak createWithNoBreak()

isColumnBreak

public boolean isColumnBreak()

isPageBreak

public boolean isPageBreak()


Copyright © 2013. All rights reserved.