Overload List
Name | Description | |
---|---|---|
AddAnchor(String) |
Adds an anchor (C1Anchor or C1AnchorText) at the current position in the document.
Can be used only if IsStartEndDocMode is true.
This method is equivalent to AddAnchor(String, String, Object) with the last two parameters (description and user data) specified as null values. |
|
AddAnchor(String, String) |
Adds an anchor (C1Anchor or C1AnchorText) at the current position in the document.
Can be used only if IsStartEndDocMode is true.
This method is equivalent to AddAnchor(String, String, Object) with the last parameter (user data) specified as null value. |
|
AddAnchor(String, String, Object) |
Adds an anchor (C1Anchor or C1AnchorText) at the current position in the document.
Can be used only if IsStartEndDocMode is true.
|