Creates a new SplitOptions object with specified properties.
Optionalproperties: SplitOptionsPropertiesThe options for text splitting.
Creates a new SplitOptions based on properties of an existing Layout.
The Layout object used as the base for the new SplitOptions.
Optionalproperties: SplitOptionsPropertiesThe settings overriding properties of the base Layout.
Creates a new SplitOptions based on properties of an existing SplitOptions.
The SplitOptions object used as the base for the new SplitOptions.
Optionalproperties: SplitOptionsPropertiesThe settings overriding properties of the base SplitOptions.
Creates a new SplitOptions object with specified properties.
An object manager that controls the lifetime of the SplitOptions object.
Optionalproperties: SplitOptionsPropertiesThe options for text splitting.
Gets or sets a value indicating whether a line spacing should be added after the last line of the current Layout after splitting.
Gets or sets a value indicating whether a line spacing should be added after the last line of the current Layout after splitting.
Gets or sets a value indicating whether, if no part of the content can fit in the current layout, to move all content to rest Layout.
Gets or sets a value indicating whether, if no part of the content can fit in the current layout, to move all content to rest Layout.
Gets the reference to the object.
Gets or sets a value indicating whether paragraphs should be kept together (cannot be split between pages or columns).
Gets or sets a value indicating whether paragraphs should be kept together (cannot be split between pages or columns).
Gets or sets a value indicating whether the typographic line gap should be added before the first line of the rest Layout.
Gets or sets a value indicating whether the typographic line gap should be added before the first line of the rest Layout.
Gets or sets the minimum number of lines on the last page (or at the ending of the first paragraph on the next page) to prevent widows.
Gets or sets the minimum number of lines on the last page (or at the ending of the first paragraph on the next page) to prevent widows.
Gets or sets the minimum number of lines that must appear at the beginning of the last paragraph to prevent orphans.
Gets or sets the minimum number of lines that must appear at the beginning of the last paragraph to prevent orphans.
Gets the owner ObjectManager instance.
Gets or sets the width of the layout box measured from left or right margin for the rest of the text after splitting, in graphic units.
Gets or sets the width of the layout box measured from left or right margin for the rest of the text after splitting, in graphic units.
Gets or sets the bottom margin of the layout box for the rest of the text after splitting, in graphic units.
Gets or sets the bottom margin of the layout box for the rest of the text after splitting, in graphic units.
Gets or sets the left margin of the layout box for the rest of the text after splitting, in graphic units.
Gets or sets the left margin of the layout box for the rest of the text after splitting, in graphic units.
Gets or sets the right margin of the layout box for the rest of the text after splitting, in graphic units.
Gets or sets the right margin of the layout box for the rest of the text after splitting, in graphic units.
Gets or sets the top margin of the layout box for the rest of the text after splitting, in graphic units.
Gets or sets the top margin of the layout box for the rest of the text after splitting, in graphic units.
Gets or sets the height of the layout box for the rest of the text after splitting, in graphic units.
Gets or sets the height of the layout box for the rest of the text after splitting, in graphic units.
Gets or sets the width of the layout box for the rest of the text after splitting, in graphic units.
Gets or sets the width of the layout box for the rest of the text after splitting, in graphic units.
Gets or sets the height of the layout box measured from top or bottom margin for the rest of the text after splitting, in graphic units.
Gets or sets the height of the layout box measured from top or bottom margin for the rest of the text after splitting, in graphic units.
Detaches the object from the ObjectManager and deallocates its memory, if possible.
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
Represents the options for text splitting.