The ISearchable interface contains members which allow searching for elements or resources.
Syntax
C# | Visual Basic | Managed C++ |
public interface ISearchable
Public Interface ISearchable
public interface class ISearchable
Members
All Members | Constructors | Methods | Properties | Fields | Events |
|
|
|
Icon | Member | Description |
---|---|---|
ColorsUsed |
Gets the names of all Colors used by this element and its descendants.
|
|
FindElement(String) |
Finds the Element with the specified name which descends from this element.
|
|
FontsUsed |
Gets the names of all font families used by this element and its descendants.
|
|
Images |
Gets all Image elements which are descendants of this element.
|
|
ParagraphStylesUsed |
Gets the names of all ParagraphStyles used by this element and its descendants.
|
|
RemoveVariables(Boolean) |
Removes any Variable assigned to the element, and also removes any variables assigned to descendant elements.
|
|
VariablesUsed |
Gets the names of all Variables used by this element and its descendants.
|
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)