![]() | InDesign SDK 20.5 |
Public Member Functions | |
| void | Inspect (const K2Vector< XMLReference > &elements) |
| void | Inspect (const UIDList &uidList) |
| void | Inspect (const XMLReference &xmlRef) |
| void | Inspect (const UIDRef &objectUIDRef) |
| void | InspectText (const UIDRef &textModelUIDRef, const RangeData &textRange) |
| void | InspectTable (const UIDRef &tableModelUIDRef, const GridArea &gridArea) |
| void | InspectLayoutObject (const UIDRef &uidRef) |
| void | InspectTextFrame (const UIDRef &uidRef) |
Code that inspects XML-related properties of objects.
| void SnpInspectSelectionXMLProperties::Inspect | ( | const K2Vector< XMLReference > & | elements | ) |
Report on the XML-related properties of a list of XML elements.
| elements | specifies elements (see IIDXMLElement) |
| void SnpInspectSelectionXMLProperties::Inspect | ( | const UIDList & | uidList | ) |
Report on the XML-related properties of a list of UID-based objects in the document
| uidList | specifies objects of interest |
| void SnpInspectSelectionXMLProperties::Inspect | ( | const XMLReference & | xmlRef | ) |
Report on XML-related properties properties of a single XML element
| xmlRef | specifies element (IIDXMLElement) of interest |
| void SnpInspectSelectionXMLProperties::Inspect | ( | const UIDRef & | objectUIDRef | ) |
Report on XML-related properties properties of a single UID-based object; this could be something like a graphic frame which contains an image or text.
| objectUIDRef | object of interest |
| void SnpInspectSelectionXMLProperties::InspectLayoutObject | ( | const UIDRef & | uidRef | ) |
Report on properties of a graphic frame
| uidRef | specifies frame of interest |
| void SnpInspectSelectionXMLProperties::InspectTable | ( | const UIDRef & | tableModelUIDRef, |
| const GridArea & | gridArea | ||
| ) |
Report on XML-related properties of a range of cells in table
| tableModelUIDRef | |
| gridArea | specifies cells of interest |
| void SnpInspectSelectionXMLProperties::InspectText | ( | const UIDRef & | textModelUIDRef, |
| const RangeData & | textRange | ||
| ) |
Report on XML-related properties of a range of text
| textModelUIDRef | |
| textRange |
| void SnpInspectSelectionXMLProperties::InspectTextFrame | ( | const UIDRef & | uidRef | ) |
Report XML properties of a text frame, including info about the XML elements in the span of the frame
| uidRef | text frame |