SplitOptions

Inheritance: java.lang.Object

public class SplitOptions

Specifies options how the document is split into parts.

Methods

MethodDescription
getSplitCriteria()Specifies the criteria for splitting the document into parts.
getSplitStyle()Specifies the paragraph style for splitting the document into parts when SplitCriteria.STYLE is used.
setSplitCriteria(int value)Specifies the criteria for splitting the document into parts.
setSplitStyle(String value)Specifies the paragraph style for splitting the document into parts when SplitCriteria.STYLE is used.

getSplitCriteria()

public int getSplitCriteria()

Specifies the criteria for splitting the document into parts.

Returns: int - The corresponding int value. The returned value is one of SplitCriteria constants.

getSplitStyle()

public String getSplitStyle()

Specifies the paragraph style for splitting the document into parts when SplitCriteria.STYLE is used.

Returns: java.lang.String - The corresponding java.lang.String value.

setSplitCriteria(int value)

public void setSplitCriteria(int value)

Specifies the criteria for splitting the document into parts.

Parameters:

ParameterTypeDescription
valueintThe corresponding int value. The value must be one of SplitCriteria constants.

setSplitStyle(String value)

public void setSplitStyle(String value)

Specifies the paragraph style for splitting the document into parts when SplitCriteria.STYLE is used.

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe corresponding java.lang.String value.