Sort Score
Result 10 results
Languages All
Labels All
Results 5,361 - 5,370 of 18,512 for

insert documents

(0.07 sec)
  1. EndnotePosition | Aspose.Words for Java

    Defines the endnote position in Java....the document collects and displays its endnotes. Document doc...doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  2. ParagraphCollection class | Aspose.Words for Py...

    aspose.words.ParagraphCollection class. Provides typed access to a collection of [Paragraph](../paragraph/) nodes...Working with Paragraphs documentation article. Inheritance: ParagraphCollection...this collection and from the document. (Inherited from NodeCollection...

    reference.aspose.com/words/python-net/aspose.wo...
  3. IStructuredDocumentTag.placeholder property | A...

    IStructuredDocumentTag.placeholder property. Gets the [BuildingBlock](../../../aspose.words.buildingblocks/buildingblock/) containing placeholder text which should be displayed when this SDT run contents are empty, the associated mapped XML element is empty as specified via the [IStructuredDocumentTag.xml_mapping](../xml_mapping/) element or the [IStructuredDocumentTag.is_showing_placeholder_text](../is_showing_placeholder_text/) element is true....structured document tag. doc = aw . Document () # Insert a plain...plain text structured document tag of the "PlainText" type, which...

    reference.aspose.com/words/python-net/aspose.wo...
  4. StructuredDocumentTag.placeholder property | As...

    StructuredDocumentTag.placeholder property. Gets the [BuildingBlock](../../../aspose.words.buildingblocks/buildingblock/) containing placeholder text which should be displayed when this SDT run contents are empty, the associated mapped XML element is empty as specified via the [StructuredDocumentTag.xml_mapping](../xml_mapping/) element or the [StructuredDocumentTag.is_showing_placeholder_text](../is_showing_placeholder_text/) element is ``True``....structured document tag. doc = aw . Document () # Insert a plain...plain text structured document tag of the "PlainText" type, which...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main document and a glossary document of a Word document in Java....main document and a glossary document of a Word document. To learn...Aspose.Words Document Object Model (DOM) documentation article. Remarks:...

    reference.aspose.com/words/java/com.aspose.word...
  6. RowCollection class | Aspose.Words for Python

    aspose.words.tables.RowCollection class. Provides typed access to a collection of [Row](../row/) nodes...the Working with Tables documentation article. Inheritance: RowCollection...this collection and from the document. (Inherited from NodeCollection...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FootnoteOptions.RestartRule | Aspose.Words for ...

    Discover the FootnoteOptions RestartRule property to control automatic numbering resets, enhancing document organization and clarity. Optimize your workflow today!...places in the document. Document doc = new Document (); DocumentBuilder...main body text's flow. // Inserting a footnote/endnote adds a...

    reference.aspose.com/words/net/aspose.words.not...
  8. ChartNumberFormat.format_code property | Aspose...

    ChartNumberFormat.format_code property. Gets or sets the format code applied to a data label.... Document () builder = aw . DocumentBuilder...a title. shape = builder . insert_chart ( chart_type = aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Notes::EndnoteOptions::get_Start...

    Aspose::Words::Notes::EndnoteOptions::get_StartNumber method. Specifies the starting number or character for the first automatically numbered endnotes in C++....set a number at which the document begins the footnote/endnote...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.not...
  10. 书签内容为表格时bookmark.setText("")置空异常 - Free Support...

    清除表格书签.docx (10.4 KB) aspose.words 16.4.0将上面内容为表格的书签进行置空时报错: java.lang.IllegalArgumentException: Cannot Insert a node of this type at this location. public static void main(String[] args) { try { String fi…...IllegalArgumentExcep: Cannot insert a node of this type at this...= "bookmark"; Document document = new Document(fileName1); Bookmark...

    forum.aspose.com/t/bookmark-settext/316058