Adds a new subtextpart to the document. Its position is defined through the Sub
public SubTextPartCollection.AddResult Add(SubTextPart subTextPart);
Public Function Add(ByVal subTextPart As SubTextPart) As SubTextPartCollection.AddResult
Parameter | Description |
---|---|
sub |
Specifies the subtextpart to add. |
The return value specifies whether the new textpart has successfully been inserted. It can be one of the Sub