Sort Score
Result 10 results
Languages All
Labels All
Results 9,591 - 9,600 of 149,199 for

text

(0.2 sec)
  1. Migration from legacy Aspose.Pdf.Kit for Java|A...

    Learn the steps to migrate from the legacy Aspose.PDF Kit for Java to the latest Aspose.PDF for Java version for better functionality....pdf" ); // create replace text strategy com . aspose . pdf...(); // set the alignment for text replace strategy . setAlignment...

    docs.aspose.com/pdf/java/migration-from-legacy-...
  2. StructuredDocumentTag.XmlMapping | Aspose.Words...

    Discover how the StructuredDocumentTag XmlMapping property connects your tags to XML data, enhancing document customization and integration for seamless workflows....xmlPartContent = "<root><text>Hello world!</text></root>" ; CustomXmlPart...SetMapping ( xmlPart , "/root[1]/text[1]" , string . Empty ); doc...

    reference.aspose.com/words/net/aspose.words.mar...
  3. Document.CustomXmlParts | Aspose.Words for .NET

    Explore the Document CustomXmlParts property to manage Custom XML Data Storage Parts efficiently. Enhance your document's functionality today!...xmlPartContent = "<root><text>Hello world!</text></root>" ; CustomXmlPart...SetMapping ( xmlPart , "/root[1]/text[1]" , string . Empty ); doc...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Aspose::Words::Layout::RevisionOptions::get_Rev...

    Aspose::Words::Layout::RevisionOptions::get_RevisionBarsColor method. Allows to specify the color to be used for side bars that identify document lines containing revised information. Default value is Red in C++....RevisionTextEffect :: Bold ); // The same text will appear twice in a movement...arrival destination. // Render the text at the moved-from revision yellow...

    reference.aspose.com/words/cpp/aspose.words.lay...
  5. Aspose::Words::Drawing::TextBox::BreakForwardLi...

    Aspose::Words::Drawing::TextBox::BreakForwardLink method. Breaks the link to the next TextBox in C++....() Examples Shows how to link text boxes. auto doc = System ::...Create links between some of the text boxes. if ( textBox1 -> IsValidLinkTarget...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::CompositeNode::GetText method | ...

    Aspose::Words::CompositeNode::GetText method. Gets the Text of this node and of all its children in C++....CompositeNode::GetText method Gets the text of this node and of all its...GetText will retrieve the visible text as well as field codes and special...

    reference.aspose.com/words/cpp/aspose.words/com...
  7. FieldGreetingLine | Aspose.Words for Java

    Implements the GREETINGLINE field in Java....GREETINGLINE field, and some text after it. FieldGreetingLine...will default to the alternate text. table.getRows().add("", "No"...

    reference.aspose.com/words/java/com.aspose.word...
  8. 文本框|Aspose.Slides for Python 文档

    使用 Aspose.Slides 在 Python 中创建和格式化文本框:设置字体、对齐方式、换行、自动适应,以及链接以完善 PowerPoint 和 OpenDocument 的幻灯片。...以下是创建方法: def add_text_box (): with slides . Presentation...] # 创建一个矩形形状(默认填充并带边框且无文本)。 text_box = slide . shapes . add_auto_shape...

    docs.aspose.com/slides/zh/python-net/examples/e...
  9. EQ Field Overstrike with Font Borders Not Rende...

    Description Aspose.Words does not correctly render EQ (Equation) fields of the form { EQ \o(, {Text or whitespace with font borders}) }. Rendering issues occur when the EQ field contains whitespace or Text that uses a f…...fields of the form { EQ \o(, {text or whitespace with font borders})...field contains whitespace or text that uses a font border. Sample...

    forum.aspose.com/t/eq-field-overstrike-with-fon...
  10. Working with Clips in PostScript | .NET

    Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in .NET...contain any closed shapes; by text outline; by 1 bpp (bits per...clipping by shape and clipping by text in PS document. 2 3 string outputFileName...

    docs.aspose.com/page/net/ps/working-with-clips/