Package com._1c.g5.v8.dt.moxel.util
Class ParagraphProperties
- java.lang.Object
- 
- com._1c.g5.v8.dt.moxel.util.ParagraphProperties
 
- 
 public class ParagraphProperties extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static intKEEP_WITH_NEXTstatic intPAGE_BREAK_AFTERstatic intPAGE_BREAK_BEFORE
 - 
Constructor SummaryConstructors Constructor Description ParagraphProperties()
 
- 
- 
- 
Field Detail- 
PAGE_BREAK_BEFOREpublic static final int PAGE_BREAK_BEFORE - See Also:
- Constant Field Values
 
 - 
KEEP_WITH_NEXTpublic static final int KEEP_WITH_NEXT - See Also:
- Constant Field Values
 
 - 
PAGE_BREAK_AFTERpublic static final int PAGE_BREAK_AFTER - See Also:
- Constant Field Values
 
 
- 
 
-