|
| enum class | openword::TOCLeader { openword::Dot
, openword::Hyphen
, openword::Underscore
, openword::None
} |
| |
| enum class | openword::HighlightColor {
openword::Yellow
, openword::Green
, openword::Cyan
, openword::Magenta
,
openword::Blue
, openword::Red
, openword::DarkBlue
, openword::DarkCyan
,
openword::DarkGreen
, openword::DarkMagenta
, openword::DarkRed
, openword::DarkYellow
,
openword::DarkGray
, openword::LightGray
, openword::Black
, openword::Default
} |
| |
| enum class | openword::VertAlign { openword::Baseline
, openword::Superscript
, openword::Subscript
} |
| |
| enum class | openword::Orientation { openword::Portrait
, openword::Landscape
} |
| |
| enum class | openword::ListType { openword::None
, openword::Bullet
, openword::Numbered
} |
| |
| enum class | openword::HeaderFooterType { openword::Default
, openword::First
, openword::Even
} |
| |
| enum class | openword::BorderStyle {
openword::None
, openword::Single
, openword::Dashed
, openword::Dotted
,
openword::Double
, openword::Thick
} |
| |
| enum class | openword::VerticalAlignment { openword::Top
, openword::Center
, openword::Bottom
} |
| |
| enum class | openword::HeightRule { openword::Auto
, openword::AtLeast
, openword::Exact
} |
| |
| enum class | openword::ImagePosition { openword::Inline
, openword::BehindText
, openword::InFrontOfText
} |
| |
| enum class | openword::NumberingFormat {
openword::Decimal
, openword::LowerLetter
, openword::UpperLetter
, openword::LowerRoman
,
openword::UpperRoman
, openword::Bullet
} |
| | Represents a Microsoft Word Document (.docx) More...
|
| |
| enum class | openword::ChartType {
openword::Bar
, openword::Line
, openword::Pie
, openword::Area
,
openword::Scatter
} |
| |
| enum class | openword::LegendPosition {
openword::Bottom
, openword::Top
, openword::Left
, openword::Right
,
openword::None
} |
| |
| enum class | openword::AreaGrouping { openword::Standard
, openword::Stacked
, openword::PercentStacked
} |
| |
| enum class | openword::ScatterStyle { openword::Marker
, openword::SmoothMarker
, openword::LineMarker
} |
| |