target property
target property
The target of this processing instruction.
Definition:
@property
def target(self):
...
@target.setter
def target(self, value):
...
See Also
- module
aspose.svg.dom
- class
ProcessingInstruction
The target of this processing instruction.
@property
def target(self):
...
@target.setter
def target(self, value):
...
aspose.svg.dom
ProcessingInstruction