Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 14,887 for

section

(0.36 sec)
  1. NodeImporter.import_node method | Aspose.Words ...

    NodeImporter.import_node method. Imports a node from one document into another....all block-level nodes in the section's body, # then clone and insert...of a section. for src_section in doc_to_insert . sections : src_section...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose.Words Document Object Model (DOM) in C++...

    Document Object Model (DOM) is an in-memory representation of a Word document. Read, manipulate, and modify the content and formatting of a Word document using C++.... This section describes the main classes...text, paragraph, table, or section is a node, and even the document...

    docs.aspose.com/words/cpp/aspose-words-document...
  3. Getting Started | Aspose.Font for .NET

    C# Font Manipulation API's Getting Started Section covers topics including Product Overview, Supported File Formats, Feature List, and Installation.... Product Overview - This section provides an introduction to....NET. Feature List - This section includes a list of all the...

    docs.aspose.com/font/net/getting-started/
  4. NodeImporter.importNode method | Aspose.Words f...

    NodeImporter.importNode method. Imports a node from one document into another....all block-level nodes in the section's body, // then clone and insert...last empty paragraph of a section. for ( var srcSection of docToInsert...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ChartSeriesGroup.second_section_size property |...

    ChartSeriesGroup.second_Section_size property. Gets or sets the size of the pie chart secondary Section as a percentage....second_section_size property ChartSeriesGroup.second_section_size...secondary section as a percentage. @property def second_section_size...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Read Barcode From TIFF Image in Java | Scan Bar...

    Read or exctract barcode details from a multi-page TIFF image using Java. Scan multiple barcodes of different types from a single TIFF image in Java....file from the New Releases section or configure it from Aspose...look at the documentation section to explore working with different...

    blog.aspose.com/barcode/read-barcode-from-multi...
  7. ListLevel.number_style property | Aspose.Words ...

    ListLevel.number_style property. Returns or sets the number style for this list level....these will look like "Section (1.01)", "Section (1.02)"... doc_list...list_levels [ 1 ] . number_format = 'Section ( \x00 . \x01 )' doc_list ...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FootnoteNumberingRule Enum | Aspose.Words for .NET

    Discover the Aspose.Words FootnoteNumberingRule enum to control automatic footnote and endnote numbering. Optimize your document formatting effortlessly!...Numbering restarts at each section. RestartPage 2 Numbering restarts...footnote/endnote counts at a new page or section. doc . FootnoteOptions . RestartRule...

    reference.aspose.com/words/net/aspose.words.not...
  9. Aspose::Words::Markup::StructuredDocumentTag::C...

    Aspose::Words::Markup::StructuredDocumentTag::Clear method. Clears contents of this structured document tag and displays a placeholder if it is defined in C++....SharedPtr < Aspose :: Words :: Section >> ( System :: MakeObject <...< Aspose :: Words :: Section > ( glossaryDoc )); substituteBlock...

    reference.aspose.com/words/cpp/aspose.words.mar...
  10. 自定义页码不起作用 - Free Support Forum - aspose.com

    下面的代码: Document document = new Document(); DocumentBuilder builder = new DocumentBuilder(document); Section currentSection = builder.getCurrentSection(); currentSection.getPageSetup().setPageStartingNumber(10); current…...DocumentBuilder(document); Section currentSection = builder.getCurrentSection();...DocumentBuilder(document); Section currentSection = builder.getCurrentSection();...

    forum.aspose.com/t/topic/315401