![]() | InDesign SDK 20.5 |
Public Member Functions | |
| SnpManipulateTextOnPath () | |
| virtual | ~SnpManipulateTextOnPath () |
| bool16 | CanAddTextOnPath (const UIDRef &splineUIDRef) |
| ErrorCode | AddTextOnPath (const UIDRef &splineUIDRef) |
| bool16 | CanDeleteTextOnPath (const UIDRef &splineUIDRef) |
| ErrorCode | DeleteTextOnPath (const UIDRef &splineUIDRef) |
| ErrorCode | InsertTextIntoTextOnPath (const UIDRef &splineUIDRef, const boost::shared_ptr< WideString > &data) |
| inline |
Constructor.
| inlinevirtual |
Destructor
| ErrorCode SnpManipulateTextOnPath::AddTextOnPath | ( | const UIDRef & | splineUIDRef | ) |
Adds text on a path to the spline.
| bool16 SnpManipulateTextOnPath::CanAddTextOnPath | ( | const UIDRef & | splineUIDRef | ) |
Return kTrue if text on a path can be associated with the spline, kFalse otherwise.
| bool16 SnpManipulateTextOnPath::CanDeleteTextOnPath | ( | const UIDRef & | splineUIDRef | ) |
Return kTrue if the spline has text on a path associated and it can be deleted.
| ErrorCode SnpManipulateTextOnPath::DeleteTextOnPath | ( | const UIDRef & | splineUIDRef | ) |
Remove text on a path from the spline.
| ErrorCode SnpManipulateTextOnPath::InsertTextIntoTextOnPath | ( | const UIDRef & | splineUIDRef, |
| const boost::shared_ptr< WideString > & | data | ||
| ) |
Insert the given data string into the story associated with the text on a path that is associated with the given spline.