Instance Method インスタンスメソッド

fileWrapper(configuration:)

Serializes the document to file contents for a specified configuration.

Declaration 宣言

func fileWrapper(configuration: Self.WriteConfiguration) throws -> FileWrapper

Return Value 戻り値

The destination to serialize the document contents to. The value can be a newly created FileWrapper or an updated file wrapper of the one provided in configuration.

Parameters パラメータ

configuration

The configuration for the current document contents.

See Also 参照

Writing a Document