Enum docx_rust::document::SysClrType
source · pub enum SysClrType {
Show 30 variants
ScrollBar,
Background,
ActiveCaption,
InactiveCaption,
Menu,
Window,
WindowFrame,
MenuText,
WindowText,
CaptionText,
ActiveBorder,
InactiveBorder,
AppWorkspace,
Highlight,
HighlightText,
BtnFace,
BtnShadow,
GrayText,
BtnText,
InactiveCaptionText,
BtnHighlight,
TdDkShadow,
TdLight,
InfoText,
InfoBk,
HotLight,
GradientActiveCaption,
GradientInactiveCaption,
MenuHighlight,
MenuBar,
}
Variants§
ScrollBar
Background
ActiveCaption
InactiveCaption
Menu
Window
WindowFrame
MenuText
WindowText
CaptionText
ActiveBorder
InactiveBorder
AppWorkspace
Highlight
HighlightText
BtnFace
BtnShadow
GrayText
BtnText
InactiveCaptionText
BtnHighlight
TdDkShadow
TdLight
InfoText
InfoBk
HotLight
GradientActiveCaption
GradientInactiveCaption
MenuHighlight
MenuBar
Trait Implementations§
source§impl Clone for SysClrType
impl Clone for SysClrType
source§fn clone(&self) -> SysClrType
fn clone(&self) -> SysClrType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SysClrType
impl Debug for SysClrType
source§impl Default for SysClrType
impl Default for SysClrType
source§fn default() -> SysClrType
fn default() -> SysClrType
Returns the “default value” for a type. Read more