Click or drag to resize
TextPara Methods

The TextPara type exposes the following members.

Methods
  NameDescription
Public methodAddTab
Adds a tab at the displacement position.
Public methodClearAllTabs
Clears all tabs, reverting to equally spaced tabs with the default tab spacing.
Public methodClone
Creates a duplicate of the specified paragraph format object.
Public methodCopyFrom
Sets the paragraph formatting by copying another paragraph object.
Public methodDeleteTab
Deletes a tab at a specified displacement.
Public methodDispose
Protected methodDispose(Boolean)
Public methodEquals(Object)
Tests if this TextPara is considered equal to another object.
(Overrides ObjectEquals(Object).)
Public methodEquals(TextPara)
Tests if this TextPara is considered equal to another.
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetBorders
(TOM 2 only) Gets the borders collection.
Public methodGetHashCode
Calculates a hash code for this object.
(Overrides ObjectGetHashCode.)
Public methodGetProperty
(TOM 2 only) Gets the value of a property.
Public methodGetTab(Int32)
Retrieves tab displacement for the specified tab.
Public methodGetTab(TabRelativePosition, Single)
Retrieves tab displacement for the specified tab.
Public methodReset
Resets the paragraph formatting to the default values.
Public methodSetIndents
Sets the first-line indent, the left indent, and the right indent for a paragraph.
Public methodSetProperty
(TOM 2 only) Sets the value of the specified property.
Top
See Also