![]() | InDesign SDK 20.5 |
Public Member Functions | |
| SnpManipulateGraphicAttributes () | |
| virtual | ~SnpManipulateGraphicAttributes () |
| ErrorCode | Apply (const UIDList &itemList) |
| void | Inspect (const UIDRef &pageItemUIDRef) |
| inline |
Constructor.
| inlinevirtual |
Destructor
| ErrorCode SnpManipulateGraphicAttributes::Apply | ( | const UIDList & | itemList | ) |
Changes the value of a single graphic attribute in all the given items.
The attributes this method can change represent some of the most frequently used. Once the attribute and its value have been obtained SnpGraphicHelper is used to make the change. If you want to change more than one attribute value at a time you can, check out SnpGraphicHelper for how.
| itemList | references the page items to be changed. |
| void SnpManipulateGraphicAttributes::Inspect | ( | const UIDRef & | pageItemUIDRef | ) |
Inspect some of the graphic attributes that apply to the given page item.
| pageItemUIDRef | to be inspected. |