Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 677 Bytes

api.md

File metadata and controls

33 lines (25 loc) · 677 Bytes

API

!!! note

Positional arguments are only considered part of the API where they are explicitly mentioned in the docstrings.
Otherwise, the API is built on keyword arguments so that missing options and properties can be added in the future without breaking existing code.

Types

Modules = [WriteDocx]
Order   = [:type]
Filter = t -> !(t <: WriteDocx.Length)

Lengths

Modules = [WriteDocx]
Order   = [:type]
Filter = t -> t <: WriteDocx.Length

Enums

WriteDocx.BorderStyle
WriteDocx.Justification
WriteDocx.UnderlinePattern
WriteDocx.ShadingPattern
WriteDocx.VerticalAlign
WriteDocx.VerticalAlignment