Aspose.Note FOSS for Python

Rujukan ini merangkumi keseluruhan permukaan API awam bagi aspose-note versi 26.3.1. Hanya simbol yang dieksport dari aspose.note pakej didokumentasikan di sini. Apa-apa yang berada di bawah aspose.note._internal adalah butiran pelaksanaan dan mungkin berubah tanpa notis.

ImageRenderOptions: pip install aspose-note (core) atau pip install "aspose-note[pdf]" (dengan eksport PDF)

ImageRenderOptions: from aspose.note import Document, RichText, ...


ImageRenderOptions

Dokumen dan Penelusuran

ClassDescription
AsposeNoteErrorClass extending Exception.
AttachedFileAttachedFile.FileName holds the optional name of the attached file.
CompositeNodeCompositeNode.AppendChildLast appends the given node as the last child and returns the added node.
DocumentDocument.Save writes the document to a file, stream, or path using the given format or options.
DocumentVisitorDocumentVisitor.VisitDocumentStart is invoked when traversal begins a Document node.
FileCorruptedExceptionClass extending AsposeNoteError.
ImageImage.Replace replaces the current image data with the provided Image instance.
IncorrectDocumentStructureExceptionClass extending AsposeNoteError.
IncorrectPasswordExceptionClass extending AsposeNoteError.
LicenseLicense.SetLicense loads a license from the given file path or binary stream.
LoadOptionsLoadOptions.DocumentPassword holds the password used to open encrypted documents, or None if not set.
MeteredMetered.SetMeteredKey stores the provided public and private keys for metered licensing.
NodeNode.Accept invokes the visitor on this node for traversal or processing.
NoteTagNoteTag.CreateYellowStar creates a yellow‑star tag, optionally assigning a label.
NumberListNumberList.GetNumberedListHeader returns the header string for the specified list number.
OutlineOutline.HorizontalOffset represents the horizontal offset of the outline within its container.
OutlineElementOutlineElement.NumberList represents the numbered list applied to this outline element, or None if absent.
PagePage.Clone creates a copy of the page; if cloneHistory is true the page’s revision history is also copied.
PageHistoryPageHistory.Add adds the specified Page to the collection.
ParagraphStyleParagraphStyle.Default returns a ParagraphStyle instance initialized with default formatting values.
RichTextRichText.Append appends the given text with optional style to the end of the rich text.
TableTable.Tags provides the collection of NoteTag objects attached to the table.
TableCellClass with 7 methods and 4 properties.
TableColumnTableColumn.Width represents the column width in points, or None if not set.
TableRowClass with 7 methods and 4 properties.
TextRunTextRun.Text holds the plain string content of the text run.
TextStyleTextStyle.Default returns a TextStyle object representing the library’s default text formatting.
TitleTitle.TitleText holds the RichText representing the title’s main text, or None if absent.
UnsupportedFileFormatExceptionUnsupportedFileFormatException.FileFormat represents the file format that triggered the exception.
UnsupportedSaveFormatExceptionClass extending AsposeNoteError.

Struktur Dokumen

EnumerationDescription
FileFormatFileFormat.Unknown represents an unspecified or unrecognized file format.
HorizontalAlignmentHorizontalAlignment.Left represents left horizontal alignment.
NodeTypeNodeType.Document represents a OneNote document node, the root of the DOM hierarchy.
SaveFormatSaveFormat.Pdf represents the PDF format used when saving a Document.
TagStatusTagStatus.Open represents an open (active) tag status.

ImageRenderOptions

ClassDescription
AttachmentTagFlowableAttachmentTagFlowable.hAlign represents the horizontal alignment setting for the tag flowable.
OutlinePrefixFlowableOutlinePrefixFlowable.wrap sets the flowable’s available width and height to aW and aH.
PdfSaveOptionsPdfSaveOptions.ImageCompression controls the compression algorithm applied to images embedded in the PDF.
SaveOptionsSaveOptions.SaveFormat specifies the output format for saving the document.

ImageRenderOptions

Stub Keserasian


Butiran Kelas

ImageRenderOptions

Kelas dokumen akar. Muatkan satu .one fail dari laluan fail, satu pathlib.Path, atau aliran binari.

from aspose.note import Document, LoadOptions

doc = Document(source=None, load_options=None)

Parameter konstruktor:

ImageRenderOptions:

ImageRenderOptions:

Document.FileFormat nota: Sifat ini memberikan petunjuk usaha terbaik bagi versi format fail OneNote. The FileFormat enum mempunyai tiga nilai: OneNote2010, OneNoteOnline, dan OneNote2007.

Document.Save() sokongan aliran: target boleh menjadi aliran binari (io.BytesIO, pemegang fail dibuka dalam mod tulis binari, dll). Ini disahkan oleh suite ujian: doc.Save(io.BytesIO(), PdfSaveOptions(SaveFormat.Pdf)).


DocumentVisitor

Kelas asas abstrak untuk penelusuran corak pelawat. Gantikan kaedah lawatan yang anda perlukan:


ImageRenderOptions

Kelas asas untuk semua nod pokok dokumen.


CompositeNode

ImageRenderOptions Node. Menambah pengurusan anak:


ImageRenderOptions

ImageRenderOptions CompositeNode. Mewakili halaman OneNote.

ImageRenderOptions:


ImageRenderOptions

ImageRenderOptions CompositeNode. Menyimpan blok tajuk bagi satu Page.


ImageRenderOptions

ImageRenderOptions CompositeNode. Bekas kedudukan untuk OutlineElement nodes.


OutlineElement

ImageRenderOptions CompositeNode. Kontena daun yang menyimpan nod kandungan.


RichText

ImageRenderOptions CompositeNode. Sekumpulan teks berformat.

ImageRenderOptions:


TextRun

ImageRenderOptions Node. Segmen teks berformat tunggal.


TextStyle

ImageRenderOptions Node. Sifat pemformatan per-aksara untuk a TextRun.


ImageRenderOptions

ImageRenderOptions CompositeNode. Gambar terbenam.

ImageRenderOptions:


AttachedFile

ImageRenderOptions CompositeNode. Lampiran fail terbenam.


ImageRenderOptions

ImageRenderOptions CompositeNode. Jadual dalam OutlineElement.


TableRow

ImageRenderOptions CompositeNode. Baris dalam satu Table. Ulang GetChildNodes(TableCell) untuk mengakses sel.


TableCell

ImageRenderOptions CompositeNode. Sel dalam satu TableRow. Mengandungi RichText, Image, dan nod kandungan lain.


NoteTag

ImageRenderOptions Node. Tag OneNote yang dilampirkan pada nod kandungan.

Nota cap masa: created dan completed adalah cap masa integer mentah yang diurai daripada format binari MS-ONE, bukan datetime objek.

Kaedah kilang:


NumberList

ImageRenderOptions Node. Metadata senarai bernombor atau berbulet pada satu OutlineElement.


LoadOptions


SaveOptions

Kelas asas untuk semua pilihan simpan. Argumen posisi diperlukan.


PdfSaveOptions

ImageRenderOptions SaveOptions. Konfigurasi eksport khusus PDF. Bina dengan PdfSaveOptions(SaveFormat.Pdf).

PageIndex / PageCount peringatan: Medan-medan ini diisytiharkan pada PdfSaveOptions untuk keserasian API, tetapi the Document.Save() pelaksanaan dalam v26.3.1 tidak membaca atau memajukannya kepada pengekspor PDF. Semua halaman sentiasa dieksport.


Lesen dan Bermeter

Stub keserasian dieksport untuk keserasian bentuk API dengan Aspose.Note bagi .NET. Semua kaedah tidak melakukan apa-apa dalam pelaksanaan FOSS ini.

from aspose.note import License, Metered

lic = License()
lic.SetLicense("path/to/license.lic")  # no-op

m = Metered()
m.SetMeteredKey("public_key", "private_key")  # no-op

Tiada kunci lesen diperlukan untuk menggunakan sebarang ciri Aspose.Note FOSS bagi Python.


ImageRenderOptions

Rujukan enumerasi penuh: ImageRenderOptions

SaveFormat

FileFormat

Nilai enum yang mewakili versi format fail OneNote. Document.FileFormat menyediakan indikasi sebaik mungkin.

HorizontalAlignment

NodeType


ImageRenderOptions

Rujukan pengecualian penuh: ImageRenderOptions


Lihat Juga

 Bahasa Melayu