Click or drag to resize
TextParaGetTab Method (TabRelativePosition, Single)
Retrieves tab displacement for the specified tab.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public float GetTab(
	TabRelativePosition position,
	float relativeTo
)

Parameters

position
Type: TextObjectModelTabRelativePosition
Indicates which tab to retrieve relative to relativeTo.
relativeTo
Type: SystemSingle
The tab displacement, in floating-point points.

Return Value

Type: Single
The tab displacement, in floating-point points.
See Also