![]() | InDesign SDK 20.5 |
Public Member Functions | |
| SnpInspectPathInfo () | |
| virtual | ~SnpInspectPathInfo () |
| ErrorCode | InspectTextOutline (ITextTarget *iTextTarget) |
| ErrorCode | InspectClippingPath (UIDList itemList) |
| ErrorCode | InspectTextWrapPath (UIDList itemList) |
| ErrorCode | InspectFramePath (UIDList itemList) |
This code snippet provide samples for access information of various paths. Specifically, the following area are covered:
Note: (1) To get path information of a text outline, a text selection is required, others all require layout selection (2) All the methods are hard-coded to only display path information of first item (or first child of group item when text outline is a group)
| inline |
Constructor.
| inlinevirtual |
Destructor
| ErrorCode SnpInspectPathInfo::InspectClippingPath | ( | UIDList | itemList | ) |
Report clipping path of an graphic item
| itemList | the selected page items. |
| ErrorCode SnpInspectPathInfo::InspectFramePath | ( | UIDList | itemList | ) |
Report path of an graphic frame
| itemList | the selected page items. |
| ErrorCode SnpInspectPathInfo::InspectTextOutline | ( | ITextTarget * | iTextTarget | ) |
Report outline of selected text
| iTextTarget | text selection target. |
| ErrorCode SnpInspectPathInfo::InspectTextWrapPath | ( | UIDList | itemList | ) |
Report textwrap path of an graphic item
| itemList | the selected page items. |
Inspect text wrap path.