Click or drag to resize
TextStorySetProperty Method
Sets the value of the specified property.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public void SetProperty(
	int type,
	int value
)

Parameters

type
Type: SystemInt32
The property ID.
value
Type: SystemInt32
The new property value.
See Also