Click or drag to resize
DocumentProperties Class
(TOM 2 only) Provides access to the document properties for a TextDocument.
Inheritance Hierarchy
SystemObject
  TextObjectModelDocumentProperties

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public class DocumentProperties

The DocumentProperties type exposes the following members.

Properties
  NameDescription
Public propertyCanCopy
Indicates whether data can be copied to the clipboard.
Public propertyCanRedo
Indicates whether one or more redo operations exist.
Public propertyCanUndo
Indicates whether one or more undo operations exist.
Public propertyDocMathBuild
One or more of the MathBuildFlags flags.
Public propertyEllipsisMode
The ellipsis mode.
Public propertyEllipsisState
The ellipsis state.
Public propertyMathInterSpace
Space between equations in math paragraphs.
Public propertyMathIntraSpace
Space between lines in a display math equation.
Public propertyMathLMargin
Left margin for display math.
Public propertyMathPostSpace
Space after a display math equation.
Public propertyMathPreSpace
Space before a display math equation.
Public propertyMathRMargin
Right margin for display math.
Public propertyMathWrapIndent
Equation wrap indent for display math.
Public propertyMathWrapRight
Equation right wrap indent for display math (in a left-to-right (LTR) math zone).
Public propertyUndoLimit
The undo stack count limit.
Top
See Also