![]() | InDesign SDK 20.5 |
Public Member Functions | |
| SnpPerformTextAttrTateChuYoko () | |
| virtual | ~SnpPerformTextAttrTateChuYoko () |
| ErrorCode | ApplyTateChuYoko (const InDesign::TextRange &textRange, const SnpTateChuYokoSttings &TCYData) |
| ErrorCode | ApplyAutomaticTateChuYoko (const InDesign::TextRange &textRange, const SnpTateChuYokoSttings &TCYData) |
| ErrorCode | RemoveTateChuYoko (const InDesign::TextRange &textRange) |
| ErrorCode | RemoveAutomaticTateChuYoko (const InDesign::TextRange &textRange) |
| ErrorCode | InspectTateChuYoko (const InDesign::TextRange &textRange, SnpTateChuYokoSttings &TCYData) |
| void | SetTateChuYokoData (SnpTateChuYokoSttings &TCYData) |
| void | ReportTateChuYokoData (const SnpTateChuYokoSttings &TCYData) |
| inline |
Constructor.
| inlinevirtual |
Destructor.
| ErrorCode SnpPerformTextAttrTateChuYoko::ApplyAutomaticTateChuYoko | ( | const InDesign::TextRange & | textRange, |
| const SnpTateChuYokoSttings & | TCYData | ||
| ) |
Applies automatic TateChuYoko attributes onto the specified paragraph.
| [in] | textRange | The text range to which you want to apply TateChuYoko. |
| [in] | TCYData | The TateChuYoko settings. Use SetTateChuYokoData() to fill in the members. |
| ErrorCode SnpPerformTextAttrTateChuYoko::ApplyTateChuYoko | ( | const InDesign::TextRange & | textRange, |
| const SnpTateChuYokoSttings & | TCYData | ||
| ) |
Applies TateChuYoko attributes onto the specified text model range.
| [in] | textRange | The text range to which you want to apply TateChuYoko. |
| [in] | TCYData | The TateChuYoko settings. Use SetTateChuYokoData() to fill in the members. |
| ErrorCode SnpPerformTextAttrTateChuYoko::InspectTateChuYoko | ( | const InDesign::TextRange & | textRange, |
| SnpTateChuYokoSttings & | TCYData | ||
| ) |
Inspects TateChuYoko attributes over the specified text model range. The details are printed onto the SNIPLOG.
| [in] | textRange | The text range from which you want to inspect TateChuYoko. |
| [out] | TCYData | The TateChuYoko settings. |
| ErrorCode SnpPerformTextAttrTateChuYoko::RemoveAutomaticTateChuYoko | ( | const InDesign::TextRange & | textRange | ) |
Removes (or simply turns off) automatic TateChuYoko attributes from the specified paragraph.
| [in] | textRange | The text range from which you want to remove TateChuYoko. |
| ErrorCode SnpPerformTextAttrTateChuYoko::RemoveTateChuYoko | ( | const InDesign::TextRange & | textRange | ) |
Removes (or simply turns off) TateChuYoko attributes from the specified text model range.
| [in] | textRange | The text range from which you want to remove TateChuYoko. |
| void SnpPerformTextAttrTateChuYoko::ReportTateChuYokoData | ( | const SnpTateChuYokoSttings & | TCYData | ) |
Reports TateChuYoko data to SNIPLOG.
| [in] | TCYData | The TateChuYoko settings. |
| void SnpPerformTextAttrTateChuYoko::SetTateChuYokoData | ( | SnpTateChuYokoSttings & | TCYData | ) |
Sets the SnpTateChuYokoSttings structure.
| [out] | TCYData | The TateChuYoko settings that can be passed on to ApplyTateChuYoko(). |