Sort Score
Result 10 results
Languages All
Labels All
Results 7,641 - 7,650 of 155,673 for

doc

(0.08 sec)
  1. 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...
  2. DmlRenderingMode Enum | Aspose.Words for .NET

    Discover how Aspose.Words.Saving.DmlRenderingMode enhances DrawingML shape rendering for high-quality fixed page formats. Optimize your Document visuals!... Document doc = new Document ( MyDir + "DrawingML...DmlRenderingMode = dmlRenderingMode ; doc . Save ( ArtifactsDir + "PdfSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Convert PPT to Word in Python | products.aspose...

    Convert PPT to Word in Python. Use Python library API to convert PowerPoint to Word...ppt" ) doc = words . Document() builder...builder = words . DocumentBuilder(doc) for index in range(presentation...

    products.aspose.com/slides/python-net/conversio...
  4. ImageSaveOptions.metafile_rendering_options pro...

    ImageSaveOptions.metafile_rendering_options property. Allows to specify how metafiles are treated in the rendered output.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . insert_image (...

    reference.aspose.com/words/python-net/aspose.wo...
  5. EditableRange.remove method | Aspose.Words for ...

    EditableRange.remove method. Removes the editable range from the Document... let doc = new aw . Document (); doc . protect ( aw...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. EditableRangeStart.editableRange property | Asp...

    EditableRangeStart.editableRange property. Gets the facade object that encapsulates this editable range start and end.... let doc = new aw . Document (); doc . protect ( aw...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 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...
  8. DocumentBuilder.move_to_cell method | Aspose.Wo...

    DocumentBuilder.move_to_cell method. Moves the cursor to a table cell in the current section.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an empty 2x2 table...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DashStyle | Aspose.Words for Java

    Dashed line style in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are four examples...

    reference.aspose.com/words/java/com.aspose.word...
  10. Aspose::Words::PageSetup::get_LineNumberRestart...

    Aspose::Words::PageSetup::get_LineNumberRestartMode method. Gets or sets the way line numbering runs that is, whether it starts over at the beginning of a new page or section or runs continuously in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // We can use the section's...

    reference.aspose.com/words/cpp/aspose.words/pag...