![]() |
Hot Door CORE 0.8.4
Adobe® Illustrator® Plug-in Library
|
Allows for easy inspection of Illustrator text characters. More...
#include <hdicoreTextParaInspector.h>
Public Types | |
| typedef std::vector< bool > | BoolVector |
| typedef std::vector< double > | DoubleVector |
| typedef std::vector< int32_t > | IntVector |
| typedef std::vector< ComposerEngine > | ComposerEngineVector |
| typedef std::vector< LeadingType > | LeadingTypeVector |
| typedef std::vector< ParagraphJustification > | ParagraphJustificationVector |
Public Member Functions | |
| TextParaInspector () | |
| Creates a new TextParaInspector object. | |
| TextParaInspector (const TextParaInspector &pi_) | |
| TextParaInspector copy constructor. | |
| virtual | ~TextParaInspector () |
| Destructs a TextParaInspector object. | |
| virtual TextParaInspector & | operator= (const TextParaInspector &rhs_) |
| Overloaded assignment operator for TextParaInspector objects. | |
| virtual bool | operator== (const TextParaInspector &rhs_) const |
| Tests whether a given TextParaInspector object is the same as another. | |
| virtual bool | operator!= (const TextParaInspector &rhs_) const |
| Tests whether a given TextParaInspector object is not the same as another. | |
| virtual std::unique_ptr< ATE::IParaInspector > | ateParaInspector () const |
| Gets the ATE char inspector ref around which the target object is wrapped. | |
| virtual bool | isEmpty () const |
| Gets whether the target TextParaInspector object is empty. | |
| virtual ParagraphJustificationVector | justification () const |
| Retrieves the justification values from the paragraph set. | |
| virtual DoubleVector | firstLineIndent () const |
| Retrieves the first-line indent values from the paragraph set. | |
| virtual DoubleVector | startIndent () const |
| Retrieves the start-indent values from the paragraph set. | |
| virtual DoubleVector | endIndent () const |
| Retrieves the end-indent values from the paragraph set. | |
| virtual DoubleVector | spaceBefore () const |
| Retrieves the space-before values from the paragraph set. | |
| virtual DoubleVector | spaceAfter () const |
| Retrieves the space-after values from the paragraph set. | |
| virtual BoolVector | autoHyphenate () const |
| Retrieves the auto-hyphenate values from the paragraph set. | |
| virtual IntVector | hyphenatedWordSize () const |
| Retrieves the hyphenated word size values from the paragraph set. | |
| virtual IntVector | preHyphenSize () const |
| Retrieves the pre-hyphen size values from the paragraph set. | |
| virtual IntVector | postHyphenSize () const |
| Retrieves the post-hyphen size values from the paragraph set. | |
| virtual IntVector | consecutiveHyphenLimit () const |
| Retrieves the consecutive hyphen limit values from the paragraph set. | |
| virtual DoubleVector | hyphenationZone () const |
| Retrieves the hyphenation zone values from the paragraph set. | |
| virtual BoolVector | hyphenateCapitalized () const |
| Retrieves the hyphenate capitalized settings from the paragraph set. | |
| virtual DoubleVector | hyphenationPreference () const |
| Retrieves the hyphenation pref values from the paragraph set. | |
| virtual DoubleVector | desiredWordSpacing () const |
| Retrieves the desired word spacing values from the paragraph set. | |
| virtual DoubleVector | minWordSpacing () const |
| Retrieves the min word spacing values from the paragraph set. | |
| virtual DoubleVector | maxWordSpacing () const |
| Retrieves the max word spacing values from the paragraph set. | |
| virtual DoubleVector | desiredLetterSpacing () const |
| Retrieves the desired letter spacing values from the paragraph set. | |
| virtual DoubleVector | minLetterSpacing () const |
| Retrieves the min letter spacing values from the paragraph set. | |
| virtual DoubleVector | maxLetterSpacing () const |
| Retrieves the max letter spacing values from the paragraph set. | |
| virtual DoubleVector | desiredGlyphScaling () const |
| Retrieves the desired glyph scaling values from the paragraph set. | |
| virtual DoubleVector | minGlyphScaling () const |
| Retrieves the min glyph scaling values from the paragraph set. | |
| virtual DoubleVector | maxGlyphScaling () const |
| Retrieves the max glyph scaling values from the paragraph set. | |
| virtual ParagraphJustificationVector | singleWordJustification () const |
| Retrieves the single-word justification values from the paragraph set. | |
| virtual DoubleVector | autoLeadingPercentage () const |
| Retrieves the auto-leading percentage values from the paragraph set. | |
| virtual LeadingTypeVector | leadingType () const |
| Retrieves the leading types from the paragraph set. | |
| virtual DoubleVector | defaultTabWidth () const |
| Retrieves the default tab width values from the paragraph set. | |
| virtual BoolVector | everyLineComposer () const |
| Retrieves the every-line composer values from the paragraph set. | |
| virtual ComposerEngineVector | composerEngine () const |
| Retrieves the composer engine values from the paragraph set. | |
Friends | |
| aip::TextParaInspector * | __accessImpl (const TextParaInspector &) |
| TextParaInspector | __accessCtor (const aip::TextParaInspector &) |
Allows for easy inspection of Illustrator text characters.
| hdi::core::TextParaInspector::TextParaInspector | ( | ) |
Creates a new TextParaInspector object.
| hdi::core::TextParaInspector::TextParaInspector | ( | const TextParaInspector & | pi_ | ) |
TextParaInspector copy constructor.
| pi_ | TextParaInspector object to copy values from |
|
virtual |
Destructs a TextParaInspector object.
|
virtual |
Gets the ATE char inspector ref around which the target object is wrapped.
|
virtual |
Retrieves the auto-hyphenate values from the paragraph set.
|
virtual |
Retrieves the auto-leading percentage values from the paragraph set.
|
virtual |
Retrieves the composer engine values from the paragraph set.
|
virtual |
Retrieves the consecutive hyphen limit values from the paragraph set.
|
virtual |
Retrieves the default tab width values from the paragraph set.
|
virtual |
Retrieves the desired glyph scaling values from the paragraph set.
|
virtual |
Retrieves the desired letter spacing values from the paragraph set.
|
virtual |
Retrieves the desired word spacing values from the paragraph set.
|
virtual |
Retrieves the end-indent values from the paragraph set.
|
virtual |
Retrieves the every-line composer values from the paragraph set.
|
virtual |
Retrieves the first-line indent values from the paragraph set.
|
virtual |
Retrieves the hyphenate capitalized settings from the paragraph set.
|
virtual |
Retrieves the hyphenated word size values from the paragraph set.
|
virtual |
Retrieves the hyphenation pref values from the paragraph set.
|
virtual |
Retrieves the hyphenation zone values from the paragraph set.
|
virtual |
Gets whether the target TextParaInspector object is empty.
|
virtual |
Retrieves the justification values from the paragraph set.
|
virtual |
Retrieves the leading types from the paragraph set.
|
virtual |
Retrieves the max glyph scaling values from the paragraph set.
|
virtual |
Retrieves the max letter spacing values from the paragraph set.
|
virtual |
Retrieves the max word spacing values from the paragraph set.
|
virtual |
Retrieves the min glyph scaling values from the paragraph set.
|
virtual |
Retrieves the min letter spacing values from the paragraph set.
|
virtual |
Retrieves the min word spacing values from the paragraph set.
|
virtual |
Tests whether a given TextParaInspector object is not the same as another.
| rhs_ | TextParaInspector to compare against (righthand side of inequality operator) |
|
virtual |
Overloaded assignment operator for TextParaInspector objects.
| rhs_ | Existing TextParaInspector object to copy values from |
|
virtual |
Tests whether a given TextParaInspector object is the same as another.
| rhs_ | TextParaInspector to compare against (righthand side of equality operator) |
|
virtual |
Retrieves the post-hyphen size values from the paragraph set.
|
virtual |
Retrieves the pre-hyphen size values from the paragraph set.
|
virtual |
Retrieves the single-word justification values from the paragraph set.
|
virtual |
Retrieves the space-after values from the paragraph set.
|
virtual |
Retrieves the space-before values from the paragraph set.
|
virtual |
Retrieves the start-indent values from the paragraph set.