Click or drag to resize
InlineObjectProperties Structure
(TOM 2 only) Provides access to the inline object properties for a TextRange.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public struct InlineObjectProperties

The InlineObjectProperties type exposes the following members.

Properties
  NameDescription
Public propertyAlign
Gets or sets the inline object alignment, whose meaning depends on the inline object type.
Public propertyAlignType
Gets the Type of the enumeration containing the valid values for the Align property.
Public propertyArgCount
Gets or sets the inline object count of arguments.
Public propertyChar
Gets or sets the inline object character.
Public propertyChar1
Gets or sets the closing bracket character.
Public propertyChar2
Gets or sets the separator character.
Public propertyColCount
Gets or sets the inline object count of columns (Matrix only).
Public propertyLevel
Gets the inline object 0-based nesting level.
Public propertyTeXStyle
Gets or sets the inline object TeX style.
Public propertyType
Gets or sets the inline object type.
Top
See Also