 | OleObjectFieldCodes Property |
WordprocessingML Field Switches.
Represents the following element tag in the schema: o:FieldCodes.
Namespace: DocumentFormat.OpenXml.Vml.OfficeAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntaxpublic FieldCodes? FieldCodes { get; set; }
Public Property FieldCodes As FieldCodes
Get
Set
public:
property FieldCodes^ FieldCodes {
FieldCodes^ get ();
void set (FieldCodes^ value);
}
member FieldCodes : FieldCodes with get, set
Property Value
FieldCodes
See Also