pub enum XMLElement {
Show 170 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,
PTab,
Sym,
ParagraphStyle,
ParagraphPropertyChange,
RunPropertyChange,
Indent,
Name,
BasedOn,
Link,
Alignment,
NumberingProperty,
IndentLevel,
NumberingId,
Justification,
OutlineLvl,
Insert,
SnapToGrid,
KeepNext,
KeepLines,
PageBreakBefore,
WidowControl,
DivId,
Div,
DivsChild,
MarginLeft,
MarginRight,
MarginTop,
MarginBottom,
Delete,
DeleteText,
BookmarkStart,
BookmarkEnd,
Comment,
Comments,
CommentRangeStart,
CommentRangeEnd,
CommentExtended,
Property,
CommentsExtended,
VAlign,
Shading,
Strike,
Dstrike,
TextDirection,
Table,
TableProperty,
TableRow,
TableRowHeight,
HeightRule,
TableCell,
TableCellProperty,
TableCellWidth,
TableCellBorders,
TableVMerge,
TableGridSpan,
TableWidth,
TableIndent,
TableBorders,
TableCellMargin,
TablePositionProperty,
TableStyle,
TableGridChange,
TablePropertyChange,
TableRowPropertyChange,
TableCellPropertyChange,
CellMargins,
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,
PageNumType,
FrameProperty,
TextAlignment,
AdjustRightInd,
H,
HAnchor,
HSpace,
VAnchor,
VSpace,
W,
Wrap,
X,
XAlign,
Y,
YAlign,
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
PTab
Sym
ParagraphStyle
ParagraphPropertyChange
RunPropertyChange
Indent
Name
BasedOn
Link
Alignment
NumberingProperty
IndentLevel
NumberingId
Justification
OutlineLvl
Insert
SnapToGrid
KeepNext
KeepLines
PageBreakBefore
WidowControl
DivId
Div
DivsChild
MarginLeft
MarginRight
MarginTop
MarginBottom
Delete
DeleteText
BookmarkStart
BookmarkEnd
Comment
Comments
CommentRangeStart
CommentRangeEnd
CommentExtended
Property
CommentsExtended
VAlign
Shading
Strike
Dstrike
TextDirection
Table
TableProperty
TableRow
TableRowHeight
HeightRule
TableCell
TableCellProperty
TableCellWidth
TableCellBorders
TableVMerge
TableGridSpan
TableWidth
TableIndent
TableBorders
TableCellMargin
TablePositionProperty
TableStyle
TableGridChange
TablePropertyChange
TableRowPropertyChange
TableCellPropertyChange
CellMargins
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
PageNumType
FrameProperty
TextAlignment
AdjustRightInd
H
HAnchor
HSpace
VAnchor
VSpace
W
Wrap
X
XAlign
Y
YAlign
Unsupported
Trait Implementations§
Source§impl Clone for XMLElement
impl Clone for XMLElement
Source§fn clone(&self) -> XMLElement
fn clone(&self) -> XMLElement
Returns a duplicate 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