Module ooxml

Source
Expand description

§OOXML data structures

Data structures for modeling OOXML.

Structs§

BulletCharacter
OOXML Bullet Character (a:buChar)
BulletColor
OOXML Bullet Color (a:buClr)
BulletFont
OOXML Bullet Font (a:buFont)
Color
OOXML RGB Color - Hex variant (a:srgbClr)
EffectContainer
OOXML Effect Container (a:effectLst)
FontComplexScript
OOXML Complex Script Font (a:cs)
FontEastAsian
OOXML East Asian Font (a:ea)
FontSymbol
OOXML Symbol Font (a:sym)
Line
OOXML Line (a:ln)
Relationship
Relationships describe references from parts to other internal resources in the package or to external resources
Relationships
Struct for parsing OOXML relationships from .rel files
TextCharacterProperties
OOXML Text Character Properties (a:rPr)
TextCharacterPropertiesBuilder
Use builder syntax to set the inputs and finish with build().
TextParagraph
OOXML Text Paragraph (a:p)
TextParagraphBuilder
Use builder syntax to set the inputs and finish with build().
TextParagraphProperties
OOXML Text Paragraph Properties (a:pPr)
TextParagraphPropertiesBuilder
Use builder syntax to set the inputs and finish with build().
TextRun
OOXML Text Run (a:r)
TextRunBuilder
Use builder syntax to set the inputs and finish with build().
TextRunPropertiesDefault
OOXML Default Text Run Properties (a:defRpr)
TextString
OOXML Text String (a:t)
TextStringBuilder
Use builder syntax to set the inputs and finish with build().
UnderlineFill
OOXML Underline Fill (a:uFill)
UnderlineFillPropertiesFollowText
OOXML Underline Fill Properties Follow Text (a:uFillTx)
UnderlineFollowsText
OOXML Underline Follows Text (a:uLnTx)
UnderlineStroke
OOXML Underline Stroke (a:uLn)

Enums§

Capitalization
OOXML Text Capitalization Type
Effect
OOXML Text Effect
LineFill
OOXML Line fill properties
Strikethrough
OOXML Text Strike Type
TextUnderline
OOXML Text Underline Type