Sort Score
Result 10 results
Languages All
Labels All
Results 2,451 - 2,460 of 4,606 for

paragraph builder

(0.09 sec)
  1. Document.StopTrackRevisions | Aspose.Words for ...

    Learn how to use the StopTrackRevisions method to prevent automatic document change markings, enhancing your editing efficiency and document clarity....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...until we begin tracking them. builder . Write ( "Hello world! " );...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Font.number_spacing property | Aspose.Words for...

    Font.number_spacing property. Gets or sets the spacing type of the numeral being displayed.... Document () builder = aw . DocumentBuilder ( doc...MsWordVersion . WORD2019 ) builder . write ( '1 ' ) builder . write ( 'This...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Issue adding comments to DOCX with API/Ruby SDK...

    I cannot get either the API or Ruby SDK working when attempting to add comments to a word doc. I have tried using simple coordinates 0.0.0.0 and using the coordinates from a text search. For the Ruby SDK, I have used the…...DocumentBuilder builder = new DocumentBuilder(doc); builder.Write("Some...DateTime.Now); comment.Paragraphs.Add(new Paragraph(doc)); comment.FirstParagraph...

    forum.aspose.com/t/issue-adding-comments-to-doc...
  4. MailMerge.CleanupParagraphsWithPunctuationMarks...

    Optimize your MailMerge with the CleanupParagraphsWithPunctuationMarks property. Control empty Paragraph removal for cleaner, professional documents....value indicating whether paragraphs with punctuation marks are...Examples Shows how to remove paragraphs with punctuation marks after...

    reference.aspose.com/words/net/aspose.words.mai...
  5. Edit WORD In C++

    Edit a Word document in C++ code....Remove unwanted Word elements (paragraphs, pages, sections, chapters)...<Document>( u"Input.docx" ); auto builder = MakeObject <DocumentBuilder>(doc);...

    products.aspose.com/words/cpp/edit/word/
  6. ImageSaveOptions.use_gdi_emf_renderer property ...

    ImageSaveOptions.use_gdi_emf_renderer property. Gets or sets a value determining whether to use GDI+ or Aspose.Words metafile renderer when saving to EMF....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . paragraph_format...'Heading 1' ) builder . writeln ( 'Hello world!' ) builder . insert_image...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Characters method. Represents an estimate of the number of characters in the document in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...DocumentBuilder > ( doc ); builder -> Writeln ( System :: String...

    reference.aspose.com/words/cpp/aspose.words.pro...
  8. ImageSaveOptions.scale property | Aspose.Words ...

    ImageSaveOptions.scale property. Gets or sets the zoom factor for the generated images....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . paragraph_format...'Heading 1' ) builder . writeln ( 'Hello world!' ) builder . insert_image...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportShapesAsSvg method. Controls whether Shape nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3. Default value is false in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...Drawing :: Shape > textBox = builder -> InsertShape ( Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. FieldSaveDate | Aspose.Words for Java

    Implements the SAVEDATE field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.moveToDocumentEnd();...moveToDocumentEnd(); builder.writeln(" Date this document was last saved:");...

    reference.aspose.com/words/java/com.aspose.word...