FieldFormat

Overview

FieldFormat is a class in Aspose.Words FOSS for .NET.

Provides typed access to field’s numeric, date and time, and general formatting.

Properties: DateTimeFormat, GeneralFormats, NumericFormat.

Properties

NameTypeAccessDescription
NumericFormatstringRead/WriteGets or sets a formatting that is applied to a numeric field result.
DateTimeFormatstringRead/WriteGets or sets a formatting that is applied to a date and time field result.
GeneralFormatsGeneralFormatCollectionReadGets a collection of general formats that are applied to a numeric, text or any field result.

See Also