![]() |
Hot Door CORE 0.8.3
Adobe® Illustrator® Plug-in Library
|
Public Types | |
| enum | TabType { UnknownTabType = 0 , LeftTabType = 10 , CenterTabType = 20 , RightTabType = 30 , DecimalTabType = 40 } |
Public Member Functions | |
| TextTabStop () | |
| Creates a new TextTabStop object. | |
| TextTabStop (const TextTabStop &ts_) | |
| TextTabStop copy constructor. | |
| virtual | ~TextTabStop () |
| Destructs a TextTabStop object. | |
| virtual TextTabStop & | operator= (const TextTabStop &rhs_) |
| Overloaded assignment operator for TextTabStop objects. | |
| virtual bool | operator== (const TextTabStop &rhs_) const |
| Tests whether a given TextTabStop object is the same as another. | |
| virtual bool | operator!= (const TextTabStop &rhs_) const |
| Tests whether a given TextTabStop object is not the same as another. | |
| virtual std::unique_ptr< ATE::ITabStop > | ateTabStop () const |
| Gets the ATE tab stop ref around which the target object is wrapped. | |
| virtual bool | isEmpty () const |
| Gets whether the target TextTabStop object is empty. | |
| virtual TabType | tabType () const |
| Retrieves the type of the target's tab stop. | |
| virtual void | setTabType (const TabType type_) |
| Sets the type of the target's tab stop. | |
| virtual double | position () const |
| Retrieves the position of the target tab stop. | |
| virtual void | setPosition (const double pos_) |
| Sets the position of the target tab stop. | |
| virtual bool | hasLeader () const |
| Reports whether the target tab stop uses a leader. | |
| virtual std::string | leader () const |
| Retrieves the leader string for the target tab stop. | |
| virtual void | setLeader (const std::string &leader_) |
| Sets the leader string for the target tab stop. | |
| virtual std::string | decimalChar () const |
| Retrieves the decimal character for the target tab stop. | |
| virtual void | setDecimalChar (const std::string &char_) |
| Sets the decimal character for the target tab stop. | |
Friends | |
| aip::TextTabStop * | __accessImpl (const TextTabStop &) |
| TextTabStop | __accessCtor (const aip::TextTabStop &) |
| hdi::core::TextTabStop::TextTabStop | ( | ) |
Creates a new TextTabStop object.
| hdi::core::TextTabStop::TextTabStop | ( | const TextTabStop & | ts_ | ) |
|
virtual |
Destructs a TextTabStop object.
|
virtual |
Gets the ATE tab stop ref around which the target object is wrapped.
|
virtual |
Retrieves the decimal character for the target tab stop.
|
virtual |
Reports whether the target tab stop uses a leader.
|
virtual |
Gets whether the target TextTabStop object is empty.
|
virtual |
Retrieves the leader string for the target tab stop.
|
virtual |
Tests whether a given TextTabStop object is not the same as another.
| rhs_ | TextTabStop to compare against (righthand side of inequality operator) |
|
virtual |
Overloaded assignment operator for TextTabStop objects.
|
virtual |
Tests whether a given TextTabStop object is the same as another.
| rhs_ | TextTabStop to compare against (righthand side of equality operator) |
|
virtual |
Retrieves the position of the target tab stop.
|
virtual |
Sets the decimal character for the target tab stop.
| char_ | A string containing the character, as UTF-8 |
|
virtual |
Sets the leader string for the target tab stop.
| leader_ | The new leader content string, as UTF-8 |
|
virtual |
Sets the position of the target tab stop.
| pos_ | The tab position in document points |
|
virtual |
Sets the type of the target's tab stop.
| type_ | The tab type constant |
|
virtual |
Retrieves the type of the target's tab stop.