Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 16,680 for

insert text

(0.08 sec)
  1. TextPathAlignment enumeration | Aspose.Words fo...

    aspose.words.drawing.TextPathAlignment enumeration. WordArt alignment....each line of text to fit width. CENTER Center text on width. LEFT...def insert_text_paths (): doc = aw . Document () # Insert a WordArt...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldIncludeText.NamespaceMappings | Aspose.Wor...

    FieldIncludeText NamespaceMappings property. Gets or sets the namespace mappings for XPath queries in C#....xml" , false , "text/xml" , "XML" , "ISO-8859-1"...collection data.xml" , false , "text/xml" , "XML" , "ISO-8859-1"...

    reference.aspose.com/words/net/aspose.words.fie...
  3. TxtExportHeadersFootersMode Enum | Aspose.Words...

    Aspose.Words.Saving.TxtExportHeadersFootersMode enum. Specifies the way headers and footers are exported to plain Text format in C#....footers are exported to plain text format. public enum TxtExportHeadersFoot...plain text format. Document doc = new Document (); // Insert even...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Java使用Aspose Words合并rtf文件并且带toc,原rtf页错页,多出了一页 -...

    您好: 问题:在使用com.aspose.words合并rtf文件的时候,有的时候合成的rtf会错页。比如原来2个rtf文件,file-one.rtf有2页,file-t.rtf有1页,合并完并且添加toc,应该是toc+2+1,共计4页才对。但是我的合并后是5页,也就是一个文件分裂了一个页出去 环境及配置参数:jdk11 + spring boot 2.3.3 + aspose-words-22.9-jdk17.jar 代码: …...//mark the bookmark, and then insert toc Set<String> tocSet = m...markTheBookmark(builder,pathAndTitles); //insert toc insertToc(builder, tocSet);...

    forum.aspose.com/t/java-aspose-words-rtf-toc-rt...
  5. Story.DeleteShapes | Aspose.Words for .NET

    Story DeleteShapes method. Deletes all shapes from the Text of this story in C#....Deletes all shapes from the text of this story. public void DeleteShapes...// Use a DocumentBuilder to insert a shape. This is an inline...

    reference.aspose.com/words/net/aspose.words/sto...
  6. Inserting Hyperlinks Dynamically in C#|Aspose.W...

    Insert hyperlinks into your document dynamically when building a report using C#....Inserting Hyperlinks Dynamically Contents [ Hide ] You can insert...uri_or_bookmark_expression ] [ display_text_expression ]>> Here, uri_or...

    docs.aspose.com/words/net/inserting-hyperlinks-...
  7. font - Aspose.Words for Java - API Reference

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....Shows how to format a run of text using its font property. Document...docx"); Example: Shows how to insert a string surrounded by a border...

    reference.aspose.com/words/java/com.aspose.word...
  8. ChartAxis.TickMarkSpacing | Aspose.Words for .NET

    ChartAxis TickMarkSpacing property. Gets or sets the interval at which tick marks are drawn in C#....The property has effect for text category and series axes. It...to 1. Examples Shows how to insert a chart and modify the appearance...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose::Words::Story::DeleteShapes method | Asp...

    Aspose::Words::Story::DeleteShapes method. Deletes all shapes from the Text of this story in C++....Deletes all shapes from the text of this story. void Aspose ::...// Use a DocumentBuilder to insert a shape. This is an inline...

    reference.aspose.com/words/cpp/aspose.words/sto...
  10. Working with Sections in C#|Aspose.Words for .NET

    Understanding document section concepts and manipulation practices using C#. Insert section into a document C#. Remove section C#. Copy sections between Documents.... Insert or Remove a Section Break Aspose...allows you to insert a section break into text using the InsertBreak...

    docs.aspose.com/words/net/working-with-sections/