compliance property

Document.compliance property

Gets the OOXML compliance version determined from the loaded document content. Makes sense only for OOXML documents.

get compliance(): Aspose.Words.Saving.OoxmlCompliance

Remarks

If you created a new blank document or load non OOXML document returns the OoxmlCompliance.Ecma376_2006 value.

See Also