Class KeepNext

java.lang.Object

public class KeepNext
extends AbstractParagraphProperty
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String CSS_NAME  
    static java.lang.String FO_NAME  
    protected static org.slf4j.Logger log  

    Fields inherited from class org.docx4j.model.properties.Property

    CSS_COLON, CSS_COMMA, CSS_NULL, CSS_SPACE, object
  • Constructor Summary

    Constructors
    Constructor Description
    KeepNext​(BooleanDefaultTrue val)  
    KeepNext​(org.w3c.dom.css.CSSValue value)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getCssName()  
    java.lang.String getCssProperty()  
    void set​(PPr pPr)  
    void setXslFO​(org.w3c.dom.Element foElement)  

    Methods inherited from class org.docx4j.model.properties.Property

    composeCss, debug, getObject, setObject

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • log

      protected static org.slf4j.Logger log
    • CSS_NAME

      public static final java.lang.String CSS_NAME
      See Also:
      Constant Field Values
    • FO_NAME

      public static final java.lang.String FO_NAME
      See Also:
      Constant Field Values
  • Constructor Details

    • KeepNext

      public KeepNext​(BooleanDefaultTrue val)
    • KeepNext

      public KeepNext​(org.w3c.dom.css.CSSValue value)
  • Method Details