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
| Constructor | Description |
|---|---|
| ParseSpacesFragmentsProcessor | Creates an instance of {@link ParseSpacesFragmentsProcessor} class. |
Methods
| Method | Description |
|---|---|
| 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. |
| setParseLineBreaks | 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. |
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:
| Parameter | Type | Description |
|---|---|---|
| value | boolean value |