Skip to main content

Crate stella_docx_kernel

Crate stella_docx_kernel 

Source

Structs§

AttributedComment
AttributedRevision
BookmarkFact
CommentContent
DocumentPackageProjection
DocumentParts
DocumentProjection
DocumentReviewFacts
DocumentStructureFacts
DocxLimits
InternalParagraphId
InternalReferenceFact
NumberingHierarchyFact
PackageParagraphId
ParagraphIdentityFacts
ParagraphIndentation
ParagraphIndentationFact
ParagraphStructure
PartCoverage
PartScan
ProjectedParagraph
ProjectionOptions
ReviewFactLimits
ReviewPoint
ReviewSpan
RevisionContent
ScanLimits
ScanWork
StructuralSpan
TextBlock
TextFormattingSpan
TextSegment

Enums§

BlockLocation
InlineContext
InternalReferenceRole
ProjectionError
ReviewDetail
ReviewFactSet
ReviewFactUnknownReason
RevisionFactKind
RevisionKind
RevisionProjectionStatus
RevisionUnsupportedReason
RevisionView
ScanError
SegmentSource
SpanCoverage
StructuralFactSet
StructuralFactUnknownReason
TextMaterialization
TextStyle

Functions§

extract_document_parts
Extracts the main document and its conventional paragraph-style part from one bounded scan of the ZIP directory.
extract_document_xml
Extracts the relationship-resolved main document part from a bounded DOCX package.
is_semantic_highlight_color
Returns whether an OOXML ST_HighlightColor value represents a visible semantic marker. Run shading (w:shd) is a distinct formatting fact.
project_document_xml
Projects an uncompressed main OOXML document part with default options.
project_document_xml_with_options
Projects an uncompressed main OOXML document part with explicit options.
project_docx
Projects a bounded DOCX package using default projection options.
project_docx_with_options
Projects a bounded DOCX package using explicit projection options.
project_docx_with_review_facts
Projects a bounded DOCX package and its attributed review facts in one package-directory scan.
scan_wordprocessing_part
Scan one WordprocessingML part into an owned semantic projection.
scan_wordprocessing_part_with
Scan one WordprocessingML part and deliver completed blocks in document order without retaining a second whole-part block collection.