IdxRichEditStyleCollection<T>.CreateNew Method
Creates a new document style.
Declaration
function CreateNew: T;
Returns
Type | Description |
---|---|
T | A document style. |
Remarks
The CreateNew function returns a new document style. Then, you can call the Add procedure and pass the style to add it to the collection.
See Also