Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 3,130 for

textbox

(0.05 sec)
  1. 아카이브

    아카이브... height = 100; IAutoShape textBox = slide.getShapes().addAutoShape(ShapeType...height); // 채우기와 윤곽선을 설정합니다. textBox.getFillFormat().setFillType(FillType...

    blog.aspose.com/ko/slides/how-to-insert-a-text-...
  2. 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.... get ( 0 ); //Add a TextBox to the ShapeCollection int...( 2 , 2 , 100 , 400 ); TextBox textBox = sheet . getTextBoxes...

    docs.aspose.com/cells/fr/java/public-api-change...
  3. Abstand zwischen Zeilen des Absatzes in einer F...

    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....Absatzes in einer Form oder Textbox festlegen Der folgende Beispielcode...Zeichenabstand eines Excel TextBoxes oder einer Form ändern...

    docs.aspose.com/cells/de/java/set-line-spacing-...
  4. Работа с GridJs на стороне клиента|Documentation

    В этой статье представлены клиентские javascript API или функции в GridJs....whether allow select text in TextBox control when in read mode ...hide () API для объекта TextBox TextBox - это особый вид формы...

    docs.aspose.com/cells/ru/net/aspose-cells-gridj...
  5. Far East und Latin Namen der Schriftart in den ...

    Lernen Sie, wie man die Far East und Latin Schriftartnamen in den Textoptionen einer Form mit Aspose.Cells for C++ angibt....folgende Beispiel erstellt eine Textbox und fügt some Japanischen Text...Add ( 5 , 5 , 50 , 200 ); TextBox tb = ws . GetTextBoxes ()....

    docs.aspose.com/cells/de/cpp/specify-the-far-ea...
  6. TextBoxAnchor Enum | Aspose.Words för .NET

    Upptäck Aspose.Words.Drawing.TextboxAnchor-enum för exakt vertikal justering av formtext. Förbättra formateringen av ditt dokument utan ansträngning!... TextBox , 200 , 200 ); // Ställ in...formens nederkant. shape . TextBox . VerticalAnchor = verticalAnchor...

    reference.aspose.com/words/sv/net/aspose.words....
  7. FindReplaceOptions.UseLegacyOrder | Aspose.Word...

    اكتشف خاصية UseLegacyOrder في FindReplaceOptions. فعّل عمليات البحث النصية المتسلسلة لتحسين الدقة. الإعداد الافتراضي هو خطأ. حسّن معالجة النصوص لديك!...Shape textBox = builder . InsertShape ( ShapeType . TextBox , 100...2]" ); builder . MoveTo ( textBox . FirstParagraph ); builder...

    reference.aspose.com/words/ar/net/aspose.words....
  8. 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...
  9. 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...
  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/