Sort Score
Result 10 results
Languages All
Labels All
Results 6,851 - 6,860 of 180,096 for

doc

(0.14 sec)
  1. INodeChangingCallback Interface | Aspose.Words ...

    Implement the Aspose.Words.INodeChangingCallback interface to get real-time notifications on Document node changes, enhancing your Document management experience....FontChangeViaCallbac () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Set the node changing callback...

    reference.aspose.com/words/net/aspose.words/ino...
  2. Document.footnote_options property | Aspose.Wor...

    Document.footnote_options property. Provides options that control numbering and positioning of footnotes in this Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A footnote is a way to...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DmlRenderingMode enumeration | Aspose.Words for...

    aspose.words.saving.DmlRenderingMode enumeration. Specifies how DrawingML shapes are rendered to fixed page formats.... doc = aw . Document ( file_name =...options . dml_rendering_mode ) doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ConditionalStyle.right_padding property | Aspos...

    ConditionalStyle.right_padding property. Gets or sets the amount of space (in points) to add to the right of the contents of table cells.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) table = builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Saving::ImageSaveOptions::get_Jp...

    Aspose::Words::Saving::ImageSaveOptions::get_JpegQuality method. Gets or sets a value determining the quality of the generated JPEG images in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> InsertImage ( get_ImageDir...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Paragraph.IsEndOfSection | Aspose.Words for .NET

    Discover the Paragraph IsEndOfSection property, identify if a paragraph is the last in a section's main text for enhanced Document structure and clarity....InsertAtBookmark () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . StartBookmark (...

    reference.aspose.com/words/net/aspose.words/par...
  7. PlainTextDocument.built_in_document_properties ...

    PlainTextDocument.built_in_Document_properties property. Gets [PlainTextDocument.built_in_Document_properties](./) of the Document.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . b...

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

    Discover the TabStopCollection Count property to easily access the total number of tab stops, enhancing your UI design and user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); TabStopCollection tabStops...

    reference.aspose.com/words/net/aspose.words/tab...
  9. WatermarkerContext class | Aspose.Words for Python

    aspose.words.lowcode.WatermarkerContext class. Document watermarker context.... doc = MY_DIR + 'Big document.docx'...watermarker_context ) . from_file ( input = doc ) . to_file ( output = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Aspose::Words::TabStopCollection::After method ...

    Aspose::Words::TabStopCollection::After method. Gets a first tab stop to the right of the specified position in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/tab...