Overload List

  Name Description
Public method 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.

Public method 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.

Public method 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.

See Also