Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 2,722 for

textbox

(0.1 sec)
  1. 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++....doc ); SharedPtr < Shape > textBox = builder -> InsertShape (...:: TextBox , 100.0 , 60.0 ); builder -> MoveTo ( textBox -> get_FirstParagraph...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Aspose::Words::NodeCollection::ToArray method |...

    Aspose::Words::NodeCollection::ToArray method. Copies all nodes from the collection to a new array of nodes in C++....Examples Shows how to replace all textbox shapes with image shapes. auto...< Document > ( MyDir + u "Textboxes in drawing canvas.docx" );...

    reference.aspose.com/words/cpp/aspose.words/nod...
  3. HtmlSaveOptions.exportShapesAsSvg property | As...

    HtmlSaveOptions.exportShapesAsSvg property. Controls whether [Shape](../../../aspose.words.drawing/shape/) nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3...DocumentBuilder ( doc ); let textBox = builder . insertShape ( aw...ShapeType . TextBox , 100.0 , 60.0 ); builder . moveTo ( textBox . firstParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_UseLegacyOrder method. True indicates that a text search is performed sequentially from top to bottom considering the text boxes. Default value is false in C++....1]" ); SharedPtr < Shape > textBox = builder -> InsertShape (...( ShapeType :: TextBox , 100 , 50 ); builder -> Writeln ( u "[tag...

    reference.aspose.com/words/cpp/aspose.words.rep...
  5. Aspose::Words::Comparing::CompareOptions class ...

    Aspose::Words::Comparing::CompareOptions class. Allows to choose additional options for document comparison operation. To learn more, visit the documentation article in C++....EndTable (); // Textbox: SharedPtr < Shape > textBox = builder ->...ShapeType :: TextBox , 150 , 20 ); builder -> MoveTo ( textBox -> get_FirstParagraph...

    reference.aspose.com/words/cpp/aspose.words.com...
  6. Aspose::Words::Document::Compare method | Aspos...

    Aspose::Words::Document::Compare method. Compares this document with another document producing changes as number of edit and format revisions Revision in C++....EndTable (); // Textbox: SharedPtr < Shape > textBox = builder ->...ShapeType :: TextBox , 150 , 20 ); builder -> MoveTo ( textBox -> get_FirstParagraph...

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

    Allows to specify base document which will be used during comparison in Java....endTable(); // Textbox: Shape textBox = builder.insertShape(ShapeType...150.0, 20.0); builder.moveTo(textBox.getFirstParagraph()); builder...

    reference.aspose.com/words/java/com.aspose.word...
  8. NodeCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.NodeCollection class, your go-to solution for managing diverse node types efficiently in document processing. Enhance your workflow today!...Examples Shows how to replace all textbox shapes with image shapes. Document...= new Document ( MyDir + "Textboxes in drawing canvas.docx" );...

    reference.aspose.com/words/net/aspose.words/nod...
  9. FindReplaceOptions.useLegacyOrder property | As...

    FindReplaceOptions.useLegacyOrder property. True indicates that a text search is performed sequentially from top to bottom considering the text boxes...writeln ( "[tag 1]" ); let textBox = builder . insertShape ( aw...aw . Drawing . ShapeType . TextBox , 100 , 50 ); builder . writeln...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose::Words::Drawing::WrapSide enum | Aspose....

    Aspose::Words::Drawing::WrapSide enum. Specifies what side(s) of the shape or picture the text wraps around in C++....Examples Shows how to replace all textbox shapes with image shapes. auto...< Document > ( MyDir + u "Textboxes in drawing canvas.docx" );...

    reference.aspose.com/words/cpp/aspose.words.dra...