java.lang.Object
com.aspose.words.FieldFormat
public class FieldFormat
- extends java.lang.Object
Provides typed access to field's numeric, date and time, and general formatting.
Property Getters/Setters Summary |
java.lang.String | getDateTimeFormat() | |
void | setDateTimeFormat(java.lang.String value) | |
|
Gets or sets a formatting that is applied to a date and time field result. Corresponds to the \@ switch.
|
GeneralFormatCollection | getGeneralFormats() | |
|
Gets a collection of general formats that are applied to a numeric, text or any field result.
Corresponds to the \* switches.
|
java.lang.String | getNumericFormat() | |
void | setNumericFormat(java.lang.String value) | |
|
Gets or sets a formatting that is applied to a numeric field result. Corresponds to the \# switch.
|
Property Getters/Setters Detail |
getDateTimeFormat/setDateTimeFormat | |
public java.lang.String getDateTimeFormat() / public void setDateTimeFormat(java.lang.String value)
|
-
Gets or sets a formatting that is applied to a date and time field result. Corresponds to the \@ switch.
-
Gets a collection of general formats that are applied to a numeric, text or any field result.
Corresponds to the \* switches.
getNumericFormat/setNumericFormat | |
public java.lang.String getNumericFormat() / public void setNumericFormat(java.lang.String value)
|
-
Gets or sets a formatting that is applied to a numeric field result. Corresponds to the \# switch.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.