FieldFormat class
FieldFormat class
Provides typed access to field’s numeric, date and time, and general formatting. To learn more, visit the Working with Fields documentation article.
Properties
Name | Description |
---|---|
dateTimeFormat | Gets or sets a formatting that is applied to a date and time field result. Corresponds to the \@ switch. |
generalFormats | Gets a collection of general formats that are applied to a numeric, text or any field result. Corresponds to the \* switches. |
numericFormat | Gets or sets a formatting that is applied to a numeric field result. Corresponds to the \# switch. |
See Also
- module Aspose.Words.Fields