![]() | InDesign SDK 20.5 |
Public Member Functions | |
| SnpManipulateTextEndnotes () | |
| virtual | ~SnpManipulateTextEndnotes () |
| ErrorCode | ExploreEndnotes (ITextTarget *iTextTarget) |
| ErrorCode | InsertEndnote (ITextTarget *iTextTarget, const boost::shared_ptr< WideString > &endnoteString) |
| ErrorCode | DeleteStoryEndnotes (ITextTarget *iTextTarget) |
| ErrorCode | FlattenStoryEndnotes (ITextTarget *iTextTarget) |
| ErrorCode | ConvertSelectionToEndnote (ITextTarget *iTextTarget) |
Select the story of interest (i.e. have a valid text selection or focus).
| inline |
Constructor.
| inlinevirtual |
Destructor.
| ErrorCode SnpManipulateTextEndnotes::ConvertSelectionToEndnote | ( | ITextTarget * | iTextTarget | ) |
Driver for converting the current selection to a endnote. iTextTarget identifies the insert position for the endnote reference character, and, potentially, the intial text of the endnote, if the selection has a length > 0.
| iTextTarget | IN identifies the story/initial text we are interested in. |
| ErrorCode SnpManipulateTextEndnotes::DeleteStoryEndnotes | ( | ITextTarget * | iTextTarget | ) |
Driver for deleting endnotes in a story. Determines which story we are interested in.
| iTextTarget | IN identifies the story we are interested in. |
| ErrorCode SnpManipulateTextEndnotes::ExploreEndnotes | ( | ITextTarget * | iTextTarget | ) |
Driver for dumping information about endnotes in the currently selected story.
| iTextTarget | IN identifies the story we are interested in. |
| ErrorCode SnpManipulateTextEndnotes::FlattenStoryEndnotes | ( | ITextTarget * | iTextTarget | ) |
Driver for flattening story endnotes. Determines which story we are interested in.
| iTextTarget | IN identifies the story we are interested in. |
| ErrorCode SnpManipulateTextEndnotes::InsertEndnote | ( | ITextTarget * | iTextTarget, |
| const boost::shared_ptr< WideString > & | endnoteString | ||
| ) |
Driver for inserting endnotes. Determines which story we are interested in.
| iTextTarget | IN identifies the story we are interested in. |
| endnoteString | IN the string we wish to insert into the endnote |