Sort Score
Result 10 results
Languages All
Labels All
Results 9,311 - 9,320 of 180,968 for

doc

(0.61 sec)
  1. ArrowType | Aspose.Words for Java

    Specifies the type of an arrow at a line end in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are four examples...

    reference.aspose.com/words/java/com.aspose.word...
  2. Working with Headers and Footers|Aspose.Words f...

    Create, manage, and remove headers and footers in a Document using Python....HeaderFooterType doc = Document ( "input.docx" ) header = doc . sections...HeaderFooterType doc = Document ( "input.docx" ) prev_header = doc . sections...

    docs.aspose.com/words/python-net/working-with-h...
  3. Format Table in Document in NPOI|Aspose.Words f...

    Format table in a Document easily and fast instead of using NPOI in C#.... C# Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    docs.aspose.com/words/net/format-table-in-docum...
  4. Aspose::Words::Saving::XpsSaveOptions::XpsSaveO...

    Aspose::Words::Saving::XpsSaveOptions::XpsSaveOptions constructor. Initializes a new instance of this class that can be used to save a Document in the Xps format in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert headings that can...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. TextWatermarkOptions | Aspose.Words for Java

    Contains options that can be specified when adding a watermark with text in Java.... Document doc = new Document(); // Add a plain...plain text watermark. doc.getWatermark().setText("Aspose Watermark");...

    reference.aspose.com/words/java/com.aspose.word...
  6. ImageFieldMergingArgs.ImageHeight | Aspose.Word...

    Set the ImageHeight in ImageFieldMergingArgs to customize image size for your Document, enhancing visual appeal and clarity....MergeFieldImageDimen () { Document doc = new Document (); // Insert...builder = new DocumentBuilder ( doc ); FieldMergeField field = (...

    reference.aspose.com/words/net/aspose.words.mai...
  7. DocumentSavingArgs.EstimatedProgress | Aspose.W...

    Track your DocumentSavingArgs progress effortlessly with the EstimatedProgress property, providing real-time percentage updates for enhanced efficiency....saveFormat , string ext ) { Document doc = new Document ( MyDir + "Big...OperationCanceledExc >(() => doc . Save ( ArtifactsDir + $"HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Aspose::Words::Vba::VbaModuleCollection::idx_ge...

    Aspose::Words::Vba::VbaModuleCollection::idx_get method. Retrieves a VbaModule object by name, or Null if not found in C++.... auto doc = System :: MakeObject < Aspose...:: VbaProject > vbaProject = doc -> get_VbaProject (); std ::...

    reference.aspose.com/words/cpp/aspose.words.vba...
  9. PdfEncryptionDetails | Aspose.Words for Java

    Contains details for encrypting and access permissions for a PDF Document in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("Hello world...

    reference.aspose.com/words/java/com.aspose.word...
  10. Shading class | Aspose.Words for Node.js

    Aspose.Words.Shading class. Contains shading attributes for an object... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Start a table and set a...

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