public class Parameters extends StringParameters implements IEditorDescriptionProvider
bufferpath| Constructor and Description |
|---|
Parameters() |
fromString, getBoolean, getGroup, getInteger, getString, setBoolean, setGroup, setInteger, setStringpublic void reset()
StringParameters
Subclasses should override this method to set any initial
values and instantiate any objects that require allocation. It
is recommended that subclasses also call super.reset()
in the override to ensure that the buffer is empty.
reset in interface IParametersreset in class StringParameterspublic int getMaxAttributeSize()
public void setMaxAttributeSize(int maxAttributeSize)
public boolean getUntagXmlStructures()
public void setUntagXmlStructures(boolean untagXmlStructures)
public boolean getExtractNotes()
public void setExtractNotes(boolean extractNotes)
public boolean getExtractMasterSpreads()
public void setExtractMasterSpreads(boolean extractMasterSpreads)
public boolean getExtractHiddenLayers()
public void setExtractHiddenLayers(boolean extractHiddenLayers)
public boolean getExtractHiddenPasteboardItems()
public void setExtractHiddenPasteboardItems(boolean extractHiddenPasteboardItems)
public void setSkipDiscretionaryHyphens(boolean skipDiscretionaryHyphens)
public boolean getSkipDiscretionaryHyphens()
public void setExtractBreaksInline(boolean extractBreaksInline)
public boolean getExtractBreaksInline()
public boolean getIgnoreCharacterKerning()
public void setIgnoreCharacterKerning(boolean ignore)
public String getCharacterKerningMinIgnoranceThreshold()
public void setCharacterKerningMinIgnoranceThreshold(String threshold)
public String getCharacterKerningMaxIgnoranceThreshold()
public void setCharacterKerningMaxIgnoranceThreshold(String threshold)
public boolean getIgnoreCharacterTracking()
public void setIgnoreCharacterTracking(boolean ignore)
public String getCharacterTrackingMinIgnoranceThreshold()
public void setCharacterTrackingMinIgnoranceThreshold(String threshold)
public String getCharacterTrackingMaxIgnoranceThreshold()
public void setCharacterTrackingMaxIgnoranceThreshold(String threshold)
public boolean getIgnoreCharacterLeading()
public void setIgnoreCharacterLeading(boolean ignore)
public String getCharacterLeadingMinIgnoranceThreshold()
public void setCharacterLeadingMinIgnoranceThreshold(String threshold)
public String getCharacterLeadingMaxIgnoranceThreshold()
public void setCharacterLeadingMaxIgnoranceThreshold(String threshold)
public boolean getIgnoreCharacterBaselineShift()
public void setIgnoreCharacterBaselineShift(boolean ignore)
public String getCharacterBaselineShiftMinIgnoranceThreshold()
public void setCharacterBaselineShiftMinIgnoranceThreshold(String threshold)
public String getCharacterBaselineShiftMaxIgnoranceThreshold()
public void setCharacterBaselineShiftMaxIgnoranceThreshold(String threshold)
public ParametersDescription getParametersDescription()
IParametersgetParametersDescription in interface IParametersgetParametersDescription in class BaseParameterspublic EditorDescription createEditorDescription(ParametersDescription paramsDesc)
createEditorDescription in interface IEditorDescriptionProviderpublic void fromString(String data)
StringParameters
Subclasses should not normally need to override this method unless
they are maintaining complex values (eg, InlineCodeFinder)
that require extra initialization as part of their parameter state.
fromString in interface IParametersfromString in class StringParametersdata - the string holding the parameters. It must be formatted as
the string generated by toString(). Line-breaks must be normalized to '\n'.
It can also be null or empty, in such case the parameters are left with
their current values. Use reset() to reset the parameters to their defaults.public String toString()
StringParameters
Subclasses should not normally need to override this method unless
they are maintaining complex values (eg, InlineCodeFinder)
that require extra serialization as part of their parameter state.
toString in interface IParameterstoString in class StringParametersCopyright © 2021. All rights reserved.