Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 4,637 for

paragraph builder

(0.41 sec)
  1. Edit Word, PDF In C++

    Edit DOCX, DOC, PDF and a variety of other file formats in C++....Update existing elements: paragraphs, lists, tables, images, links...chapters, sections, pages, paragraphs) Edit table using C++ One...

    products.aspose.com/words/cpp/edit/
  2. PdfSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PDF format in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.insertHyperlink("Testlink"...Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  3. Ustvari WORD Z Uporabo Python

    Ustvarite novo WORD v Python v nekaj korakih. Preprosto ustvarite WORD s knjižnico Python via .NET....Document() builder = aw.DocumentBuilder(doc) font = builder.font font...highlight_color = drawing.Color.yellow builder.write( "Morbi enim nunc faucibus...

    products.aspose.com/words/sl/python-net/make/word/
  4. Გააკეთეთ DOCX Python Ის Გამოყენებით

    შექმენით ახალი DOCX Python ში რამდენიმე ნაბიჯით. მარტივად შექმენით DOCX Python via .NET ბიბლიოთეკის გამოყენებით....Document() builder = aw.DocumentBuilder(doc) font = builder.font font...highlight_color = drawing.Color.yellow builder.write( "Morbi enim nunc faucibus...

    products.aspose.com/words/ka/python-net/make/docx/
  5. Appending Document Not Maintaining Formatting -...

    I am encountering an inconsistent formatting issue when appending Word document templates using Aspose.Words in C#. The issue has been reproduced in isolation using a minimal test case (provided below), and a sample docu…...Document(); DocumentBuilder builder = new DocumentBuilder(swDoc);...dimensions Section section = builder.CurrentSection; section.PageSetup...

    forum.aspose.com/t/appending-document-not-maint...
  6. Edit MARKDOWN In C++

    Edit MARKDOWN in C++ code....unwanted Markdown elements (paragraphs, pages, sections, chapters)...<Document>( u"Input.md" ); auto builder = MakeObject <DocumentBuilder>(doc);...

    products.aspose.com/words/cpp/edit/markdown/
  7. DocumentBuilder.current_section property | Aspo...

    DocumentBuilder.current_section property. Gets the section that is currently selected in this [DocumentBuilder](../).... Document () builder = aw . DocumentBuilder ( doc...doc = doc ) shape = builder . insert_image ( file_name = IMAGE_DIR...

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

    Discover the Font AutoColor property, get the current text color (black or white) for auto color adjustments. Optimize your design effortlessly!...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...color's color. Assert . That ( builder . Font . Color . ToArgb ()...

    reference.aspose.com/words/net/aspose.words/fon...
  9. Aspose::Words::Document::StartTrackRevisions me...

    Aspose::Words::Document::StartTrackRevisions method. Starts automatically marking all further changes you make to the document programmatically as revision changes in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...until we begin tracking them. builder -> Write ( u "Hello world!...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. RtfSaveOptions.save_images_as_wmf property | As...

    RtfSaveOptions.save_images_as_wmf property. When ``True`` all images will be saved as WMF....Document () builder = aw . DocumentBuilder ( doc = doc ) builder . writeln...'Jpeg image:' ) image_shape = builder . insert_image ( file_name...

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