Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 10,593 for

textbox

(0.09 sec)
  1. CompareOptions.IgnoreFields | Aspose.Words for ...

    CompareOptions 财产. 指定是否比较字段的差异 默认情况下不会忽略字段...Shape textBox = builder . InsertShape ( ShapeType . TextBox , 150... 20 ); builder . MoveTo ( textBox . FirstParagraph ); builder...

    reference.aspose.com/words/zh/net/aspose.words....
  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. Enum ComparisonTargetType | Aspose.Words for .N...

    Aspose.Words.Comparing.ComparisonTargetType 枚举. 允许指定将在比较期间使用的基本文档默认值为Current....Shape textBox = builder . InsertShape ( ShapeType . TextBox , 150... 20 ); builder . MoveTo ( textBox . FirstParagraph ); builder...

    reference.aspose.com/words/zh/net/aspose.words....
  4. LINQ Reporting Engine - Unable to fill backgrou...

    I want to fill multiple Textboxes with a certain number and a background color which depends on the number. My source code is as follows: - Paragraph lastParagraph = document.LastSection.Body.LastParagraph; // Set left…...#1 I want to fill multiple textboxes with a certain number and...(shape.ShapeType == ShapeType.TextBox) { int i = 0; foreach (var...

    forum.aspose.com/t/linq-reporting-engine-unable...
  5. ExportTextBoxAsSvg | Aspose.Words for .NET API ...

    ExportTextboxAsSvg HtmlSaveOptions.ExportTextboxAsSvg property Controls whether Shape nodes that represent text boxes......Shape textBox = builder . InsertShape ( ShapeType . TextBox , 100...60.0 ); builder . MoveTo ( textBox . FirstParagraph ); builder...

    reference.aspose.com/words/net/aspose.words.sav...
  6. CompareOptions.IgnoreTextboxes | Aspose.Words f...

    CompareOptions 财产. 指定是否比较文本框中包含的数据的差异 默认情况下不会忽略文本框...Shape textBox = builder . InsertShape ( ShapeType . TextBox , 150... 20 ); builder . MoveTo ( textBox . FirstParagraph ); builder...

    reference.aspose.com/words/zh/net/aspose.words....
  7. CompareOptions Class | Aspose.Words for .NET

    Aspose.Words.Comparing.CompareOptions class. Allows to choose advanced options for document comparison operation in C#.... By default textboxes are not ignored. Target {...builder . EndTable (); // Textbox: Shape textBox = builder . InsertShape...

    reference.aspose.com/words/net/aspose.words.com...
  8. 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...
  9. Aspose::Words::Comparing Namespace Reference - ...

    The Aspose.Words.Comparing namespace provides classes and enumerations that allow to specify additional options when comparing documents....builder->EndTable(); // Textbox: SharedPtr<Shape> textBox = builder->In...apeType::TextBox, 150, 20); builder->MoveTo(textBox->get_FirstParagraph());...

    reference.aspose.com/words/cpp/namespace/aspose...
  10. Document.Compare | Aspose.Words for .NET

    Document Compare method. Compares this document with another document producing changes as number of edit and format revisions Revision in C#.... EndTable (); // Textbox: Shape textBox = builder . InsertShape...ShapeType . TextBox , 150 , 20 ); builder . MoveTo ( textBox . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/doc...