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 Summary
Fields Modifier and Type Field Description static int
KEEP_WITH_NEXT
static int
PAGE_BREAK_AFTER
static int
PAGE_BREAK_BEFORE
-
Constructor Summary
Constructors Constructor Description ParagraphProperties()
-
-
-
Field Detail
-
PAGE_BREAK_BEFORE
public static final int PAGE_BREAK_BEFORE
- See Also:
- Constant Field Values
-
KEEP_WITH_NEXT
public static final int KEEP_WITH_NEXT
- See Also:
- Constant Field Values
-
PAGE_BREAK_AFTER
public static final int PAGE_BREAK_AFTER
- See Also:
- Constant Field Values
-
-