Contents

WritableDocument

A type that you use to write documents to file.

Declaration

protocol WritableDocument : AnyObject

Overview

Conform to WritableDocument in addition to ReadableDocument to support saving. You can also conform your type to Document protocol which conforms both to WritableDocument and ReadableDocument.

Your implementation:

Topics

Writing a document

See Also

Storing document data in a reference type instance