Aspose.Words FOSS for Python API Reference

ClassDescription
BodyClass with 2 properties.
BookmarkEndClass with 2 properties.
BookmarkStartMarks the beginning of a Word bookmark (````).
BorderBorder.line_style is an integer representing the border’s line style.
CellCell.type returns the cell’s type as a string.
CellFormatCellFormat.width specifies the absolute width of the table cell in points.
ColorModeColor rendering mode.
CompressionLevelРівень стиснення для файлів OOXML.
ConversionOptionsOptions for controlling DOCX to Markdown conversion.
DocListDocList.list_id is the identifier of the list within the document.
DocumentThe Document class represents a Word document and provides the get_text() method to extract the full plain‑text content of the file.
DocumentThe Document class represents a Word document and provides the get_text() method to extract the full plain‑text content of the file.
DocumentFormatReaderProtocol defining the interface all document readers must implement.
FieldEndClass with 3 properties.
FieldSeparatorClass with 2 properties.
FieldStartFieldStart.type is a string indicating the field’s type name.
FontFont.name зберігає назву сім’ї шрифтів як послідовний ряд .
FrameFormatFloating text-frame definition.
HeaderFooterHeaderFooter.type is a string representing the header/footer content type.
ImageDataImageData.source_filename holds the original filename of the image.
LdmMarkdownWriterConverts a light_document_model.Document to a Markdown string.
ListFormatListFormat.is_list_item indicates whether the paragraph is a list item.
ListLabelSnapshot of a list-item’s rendered bullet/number label.
ListLevelListLevel.number_format specifies the numeric format string for the list level.
ListLevelOverrideOne inside a concrete .
LoadFormatФормат завантаження документів.
MarkdownEmptyParagraphExportModeКонтролює експорт порожніх абзаців.
MarkdownExportAsHtmlКонтроль того, які елементи експортуються як сировина HTML.
MarkdownFileReaderЧитає файли Markdown (.md) і видає один параграф на ряд.
MarkdownLinkExportModeЗв’язування опцій режиму експорту.
MarkdownListExportModeПерелік варіантів режиму експорту.
MarkdownSaveOptionsМожливі варіанти збереження документів як Markdown.
OoxmlComplianceРівень відповідності стандартам OOXML.
OoxmlSaveOptionsOptions for saving a document as DOCX (Office Open XML).
OutlineOptionsКонтролює, як генератуються контуры (панель закладок) у PDF.
PageSetupPageSetup.paper_size represents the predefined size of the page (e.g., A4, Letter).
ParagraphA paragraph whose children — Run , BookmarkStart / End , FieldStart / Separator / End and inline ShapeNode — sit in a single ordered collection in document order.
ParagraphFormatParagraphFormat.alignment specifies the horizontal alignment of the paragraph.
ParagraphInfoІнформація про стиль і контекст абзаця.
PdfComplianceРівень відповідності стандартам PDF.
PdfFontEmbeddingModeРежим вбудування шрифтів у PDF.
PdfImageCompressionImage compression in PDF.
PdfPageModeРежим відображення сторінки PDF.
PdfSaveOptionsМожливі варіанти збереження документів у вигляді PDF.
PdfTextCompressionText compression in PDF.
PdfZoomBehaviorMirrors public API.
RowRow.type - це ниток, який ідентифікує тип ряду.
RowFormatRowFormat.height specifies the row’s height in points.
RtfFileReaderReads RTF files (OLE2-format) and produces the same data structures as DocumentReader (for .docx) and DocFileReader (for .doc).
RunRun.text містить буквальний текст завантаження.
RunFormattingТекстовий запуск форматируючих властивостей.
SaveFormatФормат збереження документів.
SectionSection.type - це ниток, що вказує на класифікацію або ідентифікатор секції.
ShadingShading.background_color містить значення кольору фона для затівання як послів’я.
ShapeNodeShapeNode.type is a string indicating the node’s type identifier.
StyleStyle.name - це знаменний ряд стилю.
TabStopClass with 4 properties.
TabStopCollectionTabStopCollection.add(position, alignment, leader) inserts a new tab stop with the specified alignment and leader character.
TableRepresents a table structure.
TableRepresents a table structure.
TableCellRepresents a table cell.
TableContentAlignmentОптимизації змісту таблиці.
TableRowRepresents a table row.
TableStyleFormatTable-level properties stored on table styles ( w:tblPr inside w:style ).
TextColumnClass with 2 properties.
TextColumnsTextColumns exposes properties count, evenly_spaced, spacing, line_between, and columns to configure multi‑column layout in a document.
TextFileReaderЧитає файли з простого тексту (.txt) і видає один параграф на ряд.
UnknownNodeClass with 1 property.
Zip64ModeКонтроль коли використовувати розширення формату ZIP64 для файлів OOXML.
EnumerationDescription
CodeBlockStyleCode block style preference.
HeadingStyleПеревага по типу експорту.
ListMarkerСтіль маркерів списку куле.
ClassDescription
ListHandlerОбов’язковий аналіз та конверсія списків.
ParagraphConverterHandles conversion of paragraphs to Markdown.
TableConverterHandles conversion of tables to Markdown.
ClassDescription
BlipInfoParsed BSE (Blip Store Entry) with location of image data.
CharPropsСвойства витягнуті з CHPX для текстового перегляду.
ChildAnchorInfoПоложення дитячої форми в системі координат її батьківської групи.
DocFileReaderFull DOC reader with LDM (Light Document Model) building capability.
DocFileReaderCoreCore reader for Word 97-2003 (.doc) files.
DocTableBuilderMixinМиксін, який додає до читача DOC помічників для створення столів.
FibDataParsed FIB (File Information Block) data.
GroupShapeInfoCoordinate system of a shape group (from Spgr record).
ListDefРозглянутий список визначення з повною інформацією рівня.
ListLevelDataOne parsed LVL record (measurements in points).
ParaPropsСвойства, витягнуті з PAPX для одного абзацу.
ShapeAnchorParsed SPA (Shape Address) from PlcSpaMom / PlcSpaHdr.
ShapeLinePropsEscher line/fill properties for a shape (from FOpt records).
StyleDataСвойства, аналізовані з визначення стилю (STSH UPX).
TableRowPropsProperties extracted from PAPX SPRMs on table row-end paragraphs.
ClassDescription
CellBuilderBuild :class: ldm.Cell from a ```` element.
CellDataTable cell.
DocumentReaderReads DOCX documents and produces abstracted data structures.
FontBuilderBuild a non-cascaded :class: ldm.Font from one ````.
FontResolverCompose a fully cascaded :class: ldm.Font .
LdmBuilderMixinMixin that adds :meth: to_light_document to :class: DocumentReader .
ListBuilderTranslate ```` into a list of :class: ldm.DocList .
NumberingInfoNumbering definition.
NumberingLevelList level definition.
PageSetupBuilderBuild :class: ldm.PageSetup from a ```` element.
ParagraphBuilderBuild :class: ldm.Paragraph from a ```` element.
ParagraphDataПараграф зі стилем і змістом.
ParagraphFormatBuilderBuild a non-cascaded :class: ldm.ParagraphFormat from one ````.
ParagraphFormatResolverCompose a fully cascaded :class: ldm.ParagraphFormat .
ReaderContextClass extending Protocol.
RowBuilderBuild :class: ldm.Row from a ```` element.
RowDataTable row.
RunBuilderBuild a single :class: ldm.Run with a resolved font cascade.
RunDataТекст з форматированою.
SectionBuilderSplit the body into :class: ldm.Section \ s at sectPr boundaries.
ShapeParserMixinMixin providing drawing/shape parsing methods for DocumentReader.
StyleBuilderTranslate ```` into a list of :class: ldm.Style .
StyleChainResolverWalk the ```` graph for a styleId.
TableBuilderBuild :class: ldm.Table from a ```` element.
TableDataTable structure.
ClassDescription
BookmarkStateHands out monotonically increasing bookmark ids and pairs starts/ends across paragraphs.
DocxWriterLossyWarningПопереджує подзвоняча, що письменник не використовує відомі конструкції LDM.
ImageEntryOne image to add to word/media/ plus its relationship row.
ImageRenderStateAccumulator threaded through paragraph rendering for inline shapes.
LdmDocxWriterConvert an :class: ldm.Document into a DOCX file.
ClassDescription
CellMergeВизначає, як клітина в таблиці об’єднуєсь з іншими клітинами.
CellVerticalAlignmentВизначає вертикальне обґрунтування тексту всередині клітини таблиці.
HeightRuleВизначає правило визначення висоти об’єкту.
LineSpacingRuleВизначає значення для проміжності ліній.
LineStyleSpecifies line style of a border.
NumberStyleSpecifies the number style for a list, footnotes, endnotes, page numbers.
OrientationSpecifies page orientation.
ParagraphAlignmentSpecifies text alignment in a paragraph.
SectionStartВизначає тип перериву на початку розділу.
StyleIdentifierLocale-independent built-in style identifier.
StyleTypeВизначає тип стилю.
TabAlignmentTab stop alignment.
TabLeaderТаб-стоп лідер персонаж.
UnderlineВизначає тип підчеркнення, що застосовується до шрифту.
WrapTypeВизначає, як текст обертається навколо форми або зображення.
ClassDescription
ListInfoInformation about a list.
ListLevelInfoІнформація про рівень списку.
NumberingParserПаразер для визначення нумерації DOCX.
ParsedStyleParsed style information.
StyleParserПаразер для назв стилю DOCX та властивостей.
ClassDescription
LdmPdfWriterConverts a light_document_model.Document to a PDF file.
PDFWriterContextClass with 1 property.
ParagraphRendererВиводить параграфи LDM у PDF.
RunRendererОформлення форматних проемок (сегменти тексту з шрифтами, кольорами, посиланнями).
ShapeRendererRenders shapes, images, and positioned elements.
TableRendererВидає таблиці LDM у PDF.
 Українська