Word.Interfaces.BodyUpdateData interface
An interface for updating data on the Body
object, for use in body.set({ ... })
.
Properties
font | Gets the text format of the body. Use this to get and set font name, size, color and other properties. |
style | Specifies the style name for the body. Use this property for custom styles and localized style names. To use the built-in styles that are portable between locales, see the "styleBuiltIn" property. |
Property Details
font
Gets the text format of the body. Use this to get and set font name, size, color and other properties.
font?: Word.Interfaces.FontUpdateData;
Property Value
Remarks
style
Specifies the style name for the body. Use this property for custom styles and localized style names. To use the built-in styles that are portable between locales, see the "styleBuiltIn" property.
style?: string;
Property Value
string
Remarks
Office Add-ins