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