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

paragraph builder

(0.08 sec)
  1. FieldHyperlink | Aspose.Words for Java

    Implements the HYPERLINK field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldHyperlink field = (FieldHyperlink) builder.insertField(FieldType.FIELD_HYPERLINK...

    reference.aspose.com/words/java/com.aspose.word...
  2. Replace word with image - Free Support Forum - ...

    Dear, I have a docs document in which I want to replace a collection of words with images. For each word, that I want to replace, I have the corresponding image. The image should replace the word. The dimensions of th…...dimensions and avoiding any new paragraph or page breaks, follow this...DocumentBuilder builder = new DocumentBuilder(doc); // Move builder to the...

    forum.aspose.com/t/replace-word-with-image/317224
  3. Aspose::Words::Document::StopTrackRevisions met...

    Aspose::Words::Document::StopTrackRevisions method. Stops automatic marking of document changes as revisions 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...
  4. Aspose::Words::JoinRunsOptions class | Aspose.W...

    Aspose::Words::JoinRunsOptions class. Provides configuration flags for the join runs operation in C++....Words :: Document > (); auto builder = System :: MakeObject < Aspose...some internal differences. builder -> get_Font () -> set_Name...

    reference.aspose.com/words/cpp/aspose.words/joi...
  5. FieldInfo | Aspose.Words for Java

    Implements the INFO field in Java....Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FieldInfo field = (FieldInfo) builder.insertField(FieldType.FIELD_INFO...

    reference.aspose.com/words/java/com.aspose.word...
  6. JoinRunsOptions Class | Aspose.Words for .NET

    Configure run-merging behavior in Aspose.Words. Control how document runs with similar formatting are combined for cleaner, optimized Word documents....Document (); DocumentBuilder builder = new DocumentBuilder ( doc...differences. builder . Font . Name = "Arial" ; builder . Font . Size...

    reference.aspose.com/words/net/aspose.words/joi...
  7. 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...
  8. StyleIdentifier Enum | Aspose.Words for .NET

    Discover the Aspose.Words.StyleIdentifier enum for flexible, locale-independent style management in your documents. Enhance your document processing today!...DefaultParagraphFont 65 The Default Paragraph Font style. Emphasis 88 EndnoteReference...Document (); DocumentBuilder builder = new DocumentBuilder ( doc...

    reference.aspose.com/words/net/aspose.words/sty...
  9. 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...
  10. FieldEmbed | Aspose.Words for Java

    Implements the EMBED field in Java....DocumentBuilder builder = new DocumentBuilder(doc); builder.write("This...fieldAuthor = (FieldAuthor) builder.insertField(FieldType.FIELD_AUTHOR...

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