pub enum XMLElement {
Show 143 variants
Body,
Paragraph,
ParagraphProperty,
Run,
RunProperty,
Color,
Underline,
RunFonts,
Size,
SizeCs,
Spacing,
Vanish,
SpecVanish,
TextBorder,
Italic,
ItalicCs,
Text,
FieldChar,
InstrText,
Hyperlink,
Highlight,
VertAlign,
Bold,
Caps,
RunStyle,
BoldCs,
Break,
Tab,
Tabs,
Sym,
ParagraphStyle,
ParagraphPropertyChange,
RunPropertyChange,
Indent,
Name,
BasedOn,
Link,
Alignment,
NumberingProperty,
IndentLevel,
NumberingId,
Justification,
OutlineLvl,
Insert,
KeepNext,
KeepLines,
PageBreakBefore,
WidowControl,
DivId,
Div,
DivsChild,
MarginLeft,
MarginRight,
MarginTop,
MarginBottom,
Delete,
DeleteText,
Property,
CommentsExtended,
VAlign,
Shading,
Strike,
TextDirection,
Table,
TableProperty,
TableRow,
TableRowHeight,
HeightRule,
TableCell,
TableCellProperty,
TableCellWidth,
TableCellBorders,
TableVMerge,
TableGridSpan,
TableWidth,
TableIndent,
TableBorders,
TableCellMargin,
TableStyle,
TableGridChange,
TablePropertyChange,
TableRowPropertyChange,
TableCellPropertyChange,
Top,
Right,
End,
Left,
Start,
Bottom,
InsideH,
InsideV,
Tl2br,
Tr2bl,
TableGrid,
GridCol,
GridAfter,
WidthAfter,
GridBefore,
WidthBefore,
Style,
Next,
Styles,
Relationship,
Relationships,
AbstractNumbering,
AbstractNumberingId,
LvlOverride,
StartOverride,
Level,
Numbering,
Settings,
Num,
NumberFormat,
Suffix,
IsLgl,
LevelText,
LevelJustification,
LevelRestart,
StyleLink,
NumStyleLink,
Drawing,
TxbxContent,
Pict,
DocId,
DocVars,
DocVar,
DocGrid,
DocDefaults,
DefaultTabStop,
RunPropertyDefault,
AdjustLineHeightInTable,
CharacterSpacingControl,
SectionProperty,
PageSize,
PageMargin,
WebSettings,
HeaderReference,
FooterReference,
TitlePg,
EvenAndOddHeaders,
StructuredDataTag,
Type,
Unsupported,
}
Variants§
Body
Paragraph
ParagraphProperty
Run
RunProperty
Color
Underline
RunFonts
Size
SizeCs
Spacing
Vanish
SpecVanish
TextBorder
Italic
ItalicCs
Text
FieldChar
InstrText
Hyperlink
Highlight
VertAlign
Bold
Caps
RunStyle
BoldCs
Break
Tab
Tabs
Sym
ParagraphStyle
ParagraphPropertyChange
RunPropertyChange
Indent
Name
BasedOn
Link
Alignment
NumberingProperty
IndentLevel
NumberingId
Justification
OutlineLvl
Insert
KeepNext
KeepLines
PageBreakBefore
WidowControl
DivId
Div
DivsChild
MarginLeft
MarginRight
MarginTop
MarginBottom
Delete
DeleteText
Property
CommentsExtended
VAlign
Shading
Strike
TextDirection
Table
TableProperty
TableRow
TableRowHeight
HeightRule
TableCell
TableCellProperty
TableCellWidth
TableCellBorders
TableVMerge
TableGridSpan
TableWidth
TableIndent
TableBorders
TableCellMargin
TableStyle
TableGridChange
TablePropertyChange
TableRowPropertyChange
TableCellPropertyChange
Top
Right
End
Left
Start
Bottom
InsideH
InsideV
Tl2br
Tr2bl
TableGrid
GridCol
GridAfter
WidthAfter
GridBefore
WidthBefore
Style
Next
Styles
Relationship
Relationships
AbstractNumbering
AbstractNumberingId
LvlOverride
StartOverride
Level
Numbering
Settings
Num
NumberFormat
Suffix
IsLgl
LevelText
LevelJustification
LevelRestart
StyleLink
NumStyleLink
Drawing
TxbxContent
Pict
DocId
DocVars
DocVar
DocGrid
DocDefaults
DefaultTabStop
RunPropertyDefault
AdjustLineHeightInTable
CharacterSpacingControl
SectionProperty
PageSize
PageMargin
WebSettings
HeaderReference
TitlePg
EvenAndOddHeaders
StructuredDataTag
Type
Unsupported
Trait Implementations§
Source§impl Clone for XMLElement
impl Clone for XMLElement
Source§fn clone(&self) -> XMLElement
fn clone(&self) -> XMLElement
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 XMLElement
impl Debug for XMLElement
Source§impl FromStr for XMLElement
impl FromStr for XMLElement
Source§impl PartialEq for XMLElement
impl PartialEq for XMLElement
impl StructuralPartialEq for XMLElement
Auto Trait Implementations§
impl Freeze for XMLElement
impl RefUnwindSafe for XMLElement
impl Send for XMLElement
impl Sync for XMLElement
impl Unpin for XMLElement
impl UnwindSafe for XMLElement
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more