Word.Interfaces.CustomPropertyUpdateData interface
An interface for updating data on the CustomProperty
object, for use in customProperty.set({ ... })
.
value | Specifies the value of the custom property. Note that even though Word on the web and the docx file format allow these properties to be arbitrarily long, the desktop version of Word will truncate string values to 255 16-bit chars (possibly creating invalid unicode by breaking up a surrogate pair). |
Specifies the value of the custom property. Note that even though Word on the web and the docx file format allow these properties to be arbitrarily long, the desktop version of Word will truncate string values to 255 16-bit chars (possibly creating invalid unicode by breaking up a surrogate pair).
value?: any;
Property Value
any
Remarks
Office Add-ins feedback
Office Add-ins is an open source project. Select a link to provide feedback: