Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 3,550 for

textbox

(0.11 sec)
  1. CompareOptions.Target | Aspose.Words لـ .NET

    اكتشف كيفية ضبط خاصية "الهدف" في CompareOptions لمقارنة مستندات فعّالة. بسّط عمليتك مع استهداف دقيق اليوم!...Shape textBox = builder . InsertShape ( ShapeType . TextBox , 150... 20 ); builder . MoveTo ( textBox . FirstParagraph ); builder...

    reference.aspose.com/words/ar/net/aspose.words....
  2. CompareOptions.IgnoreFormatting | Aspose.Words ...

    اكتشف كيف تعمل خاصية CompareOptions IgnoreFormatting على تعزيز معالجة النصوص من خلال تجاهل التنسيق لتحقيق مقارنة بيانات أكثر كفاءة....Shape textBox = builder . InsertShape ( ShapeType . TextBox , 150... 20 ); builder . MoveTo ( textBox . FirstParagraph ); builder...

    reference.aspose.com/words/ar/net/aspose.words....
  3. ShapeBase.WrapSide | Aspose.Words لـ .NET

    اكتشف خاصية ShapeBase WrapSide للتحكم في التفاف النص حول الأشكال، مما يعزز الجاذبية البصرية لتصميمك وسهولة قراءته....= new Document ( MyDir + "Textboxes in drawing canvas.docx" );... ShapeType == ShapeType . TextBox )); Assert . AreEqual ( 1 ...

    reference.aspose.com/words/ar/net/aspose.words....
  4. Changements apportés à l API publique dans Aspo...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....l’effet d’ombre du texte dans un TextBox. Pour plus de détails sur cette...]; //Add a TextBox to the ShapeCollection var textBox = sheet ...

    docs.aspose.com/cells/fr/net/public-api-changes...
  5. Aspose.Slides for RSのレンダリング結果のカスタマイズ|Aspose.Sli...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....TextBox textBox) { //レポート内の会社名のいずれかの言及に(TM)を追加...Works"; if (textBox.Text.Contains(companyName)) { textBox.Text = textBox...

    docs.aspose.com/slides/ja/reportingservices/cus...
  6. Cambiamenti nell API pubblica in Aspose.Cells 8...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....]; //Add a TextBox to the ShapeCollection var textBox = sheet ...//Set the text of the TextBox textBox . Text = "This text has...

    docs.aspose.com/cells/it/net/public-api-changes...
  7. Justificar Alineación de Texto Justificar Compl...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....como el siguiente: Ejemplo < Textbox Name = "textbox1" > < value...> </ CustomProperties > </ Textbox > Nota al pie Nota al final...

    docs.aspose.com/pdf/es/reportingservices/justif...
  8. 对齐 FullJustify 文本对齐|Aspose.PDF for Reporting Se...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....FullJustify 在报告中,代码应如下所示: 示例 < Textbox Name = "textbox1" > < value...> </ CustomProperties > </ Textbox > 脚注 尾注...

    docs.aspose.com/pdf/zh/reportingservices/justif...
  9. Former i diagram|Documentation

    Lär dig hur man använder Aspose.Cells for .NET för att lägga till kontroller och anpassa diagram i Microsoft Excel. Vår guide kommer att visa hur man manipulerar diagramelement, justerar formatering och förbättrar det allmänna utseendet och användarvänligheten för dina diagram....följande alternativ: Använd TextBox-kontrollen istället, det finns...i XLSX-filer. Example för TextBox, XLSX-filer kan stödja. Lägg...

    docs.aspose.com/cells/sv/net/controls-in-charts/
  10. حذف النماذج من PDF في C#|Aspose.PDF for .NET

    إزالة النص بناءً على النوع الفرعي/النموذج باستخدام مكتبة Aspose.PDF for .NET. إزالة جميع النماذج من PDF.... Document ( dataDir + "TextBox.pdf" )) { // Get the forms...document . Save ( dataDir + "TextBox_out.pdf" ); } } إزالة النماذج...

    docs.aspose.com/pdf/ar/net/remove-form/