ParseSpacesFragmentsProcessor

Inheritance: java.lang.Object, com.aspose.pdf.comparison.sidebysidecomparison.fragmentsprocessor.ExtractedFragmentsProcessorBase com.aspose.pdf.comparison.sidebysidecomparison.fragmentsprocessor.NormalFragmentProcessor com.aspose.pdf.comparison.sidebysidecomparison.fragmentsprocessor.ParseSpacesFragmentsProcessor, com.aspose.pdf.comparison.sidebysidecomparison.fragmentsprocessor.ExtractedFragmentsProcessorBase, com.aspose.pdf.comparison.sidebysidecomparison.fragmentsprocessor.NormalFragmentProcessor com.aspose.pdf.comparison.sidebysidecomparison.fragmentsprocessor.ParseSpacesFragmentsProcessor, com.aspose.pdf.comparison.sidebysidecomparison.fragmentsprocessor.NormalFragmentProcessor, com.aspose.pdf.comparison.sidebysidecomparison.fragmentsprocessor.ParseSpacesFragmentsProcessor

public class ParseSpacesFragmentsProcessor extends NormalFragmentProcessor

Represents a class to process text fragments with parse spaces mode. This class recognizes spaces between text fragments based on the distance between them.

Constructors

ConstructorDescription
ParseSpacesFragmentsProcessorCreates an instance of {@link ParseSpacesFragmentsProcessor} class.

Methods

MethodDescription
isParseLineBreaksGets or sets a value indicating whether to parse line breaks. By default, line breaks are not parsed. Set this property to true if line breaks should be parsed.
setParseLineBreaksGets or sets a value indicating whether to parse line breaks. By default, line breaks are not parsed. Set this property to true if line breaks should be parsed.

ParseSpacesFragmentsProcessor

Creates an instance of {@link ParseSpacesFragmentsProcessor} class.

isParseLineBreaks

public final boolean isParseLineBreaks()

Gets or sets a value indicating whether to parse line breaks. By default, line breaks are not parsed. Set this property to true if line breaks should be parsed.

Returns: boolean value

setParseLineBreaks

public final void setParseLineBreaks(boolean value)

Gets or sets a value indicating whether to parse line breaks. By default, line breaks are not parsed. Set this property to true if line breaks should be parsed.

Parameters:

ParameterTypeDescription
valueboolean value