Sort Score
Result 10 results
Languages All
Labels All
Results 9,671 - 9,680 of 180,080 for

doc

(0.13 sec)
  1. Format Table in Document|Aspose.Words for Java

    Format table inside a Document easily and fast instead of using Apache POI.... class ); Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . startTable...

    docs.aspose.com/words/java/format-table-in-docu...
  2. Example of Hello World using Python language|As...

    This sample demonstrates how to create a simple PDF "Hello, World!" Document using Aspose.PDF for Python...from AsposePdfPython import * doc = document_create () pages =...= document_get_pages ( doc ) page = page_collection_add_page (...

    docs.aspose.com/pdf/python-cpp/hello-world-exam...
  3. BuiltInDocumentProperties | Aspose.Words for Java

    A collection of built-in Document properties in Java.... Document doc = new Document(); CustomDocumentProper...CustomDocumentProper properties = doc.getCustomDocumentPro(); Assert.assertEquals(0...

    reference.aspose.com/words/java/com.aspose.word...
  4. DocumentBuilder.MoveToField | Aspose.Words for ...

    Effortlessly navigate your Documents with the DocumentBuilder MoveToField method, allowing quick cursor movement to any field for enhanced editing efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a field using the...

    reference.aspose.com/words/net/aspose.words/doc...
  5. FieldCollection.Item | Aspose.Words for .NET

    Discover the FieldCollection Item property, effortlessly access fields by index and enhance your data management with ease and precision.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Aspose::Words::Notes::EndnotePosition enum | As...

    Aspose::Words::Notes::EndnotePosition enum. Defines the endnote position in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // An endnote is a way to...

    reference.aspose.com/words/cpp/aspose.words.not...
  7. PdfSaveOptions.use_core_fonts property | Aspose...

    PdfSaveOptions.use_core_fonts property. Gets or sets a value determining whether or not to substitute TrueType fonts Arial, Times New Roman, Courier New and Symbol with core PDF Type 1 fonts.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . name = 'Arial'...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ConditionalStyleCollection | Aspose.Words for Java

    Represents a collection of ConditionalStyle objects in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Table table = builder.startTable();...

    reference.aspose.com/words/java/com.aspose.word...
  9. Comment.Accept | Aspose.Words for .NET

    Discover the Comment Accept method to enhance visitor engagement and create meaningful interactions on your site. Boost your online community today!...CreateCommentsAndPri () { Document doc = new Document (); Comment newComment...newComment = new Comment ( doc ) { Author = "VDeryushev" , Initial...

    reference.aspose.com/words/net/aspose.words/com...
  10. ChartDataTable class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartDataTable class. Allows to specify properties of a chart data table.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...