Click or drag to resize
TextParaGetBorders Method
(TOM 2 only) Gets the borders collection.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public Object GetBorders()

Return Value

Type: Object
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextPara2 interface.
NotImplementedException The TOM implementation used by the paragraph does not support borders.
Remarks
This method is not implemented.
See Also