Structs§
- Bullet
Character - OOXML Bullet Character (
a:buChar
) - Bullet
Color - OOXML Bullet Color (
a:buClr
) - Bullet
Font - OOXML Bullet Font (
a:buFont
) - Color
- OOXML RGB Color - Hex variant (
a:srgbClr
) - Effect
Container - OOXML Effect Container (
a:effectLst
) - Font
Complex Script - OOXML Complex Script Font (
a:cs
) - Font
East Asian - OOXML East Asian Font (
a:ea
) - Font
Symbol - 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
- Text
Character Properties - OOXML Text Character Properties (
a:rPr
) - Text
Character Properties Builder - Use builder syntax to set the inputs and finish with
build()
. - Text
Paragraph - OOXML Text Paragraph (
a:p
) - Text
Paragraph Builder - Use builder syntax to set the inputs and finish with
build()
. - Text
Paragraph Properties - OOXML Text Paragraph Properties (
a:pPr
) - Text
Paragraph Properties Builder - Use builder syntax to set the inputs and finish with
build()
. - TextRun
- OOXML Text Run (
a:r
) - Text
RunBuilder - Use builder syntax to set the inputs and finish with
build()
. - Text
RunProperties Default - OOXML Default Text Run Properties (
a:defRpr
) - Text
String - OOXML Text String (
a:t
) - Text
String Builder - Use builder syntax to set the inputs and finish with
build()
. - Underline
Fill - OOXML Underline Fill (
a:uFill
) - Underline
Fill Properties Follow Text - OOXML Underline Fill Properties Follow Text (
a:uFillTx
) - Underline
Follows Text - OOXML Underline Follows Text (
a:uLnTx
) - Underline
Stroke - OOXML Underline Stroke (
a:uLn
)
Enums§
- Capitalization
- OOXML Text Capitalization Type
- Effect
- OOXML Text Effect
- Line
Fill - OOXML Line fill properties
- Strikethrough
- OOXML Text Strike Type
- Text
Underline - OOXML Text Underline Type