Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 3,499 for

textbox

(0.25 sec)
  1. Node.js üzerinden C++ kullanarak şekil metnine ...

    Aspose.Cells for Node.js via C++ kullanarak şekil metnine ön ayar WordArt stili ayarlamayı öğrenin....// Create a textbox with some text const textbox = worksheet... 0 , 0 , 0 , 100 , 700 ); textbox . setText ( "Aspose File Format...

    docs.aspose.com/cells/tr/nodejs-cpp/set-preset-...
  2. Establecer estilo de WordArt predefinido en el ...

    Aprende cómo establecer un estilo de WordArt predefinido en el texto de una forma usando Aspose.Cells for Node.js via C++....// Create a textbox with some text const textbox = worksheet... 0 , 0 , 0 , 100 , 700 ); textbox . setText ( "Aspose File Format...

    docs.aspose.com/cells/es/nodejs-cpp/set-preset-...
  3. Comment appliquer/configurer l alignement du te...

    Comment appliquer/configurer l alignement du texte dans une zone de texte en Aspose.Cells for JavaScript via C++....Cells Add TextBox Example </ h1 > < input type...worksheet . shapes ; // add a TextBox const shape = shapes . addTextBox...

    docs.aspose.com/cells/fr/javascript-cpp/applyin...
  4. Ersetzen Sie Tags durch Text in einem Textfeld ...

    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....multiple tags within a single textbox. The sample file can be downloaded...Close Wie füge/füge ich eine Textbox in ein Arbeitsblatt ein Greifen...

    docs.aspose.com/cells/de/java/replace-tag-with-...
  5. تغييرات API العامة في Aspose.Cells 9.0.0|Docume...

    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....Worksheets [ 0 ]; // Add a TextBox to the collection var textboxIndex...textboxIndex = sheet . TextBoxes . Add ( 2 , 1 , 160 , 200 ); //...

    docs.aspose.com/cells/ar/net/public-api-changes...
  6. Ersetze Tag durch Text in einem Textfeld im Arb...

    Programmgesteuertes Ersetzen von Tags in Textboxen im Arbeitsblatt mit Aspose.Cells for C++....multiple tags within a single textbox. Beispielcode Im folgenden...} } } // Replace text in textboxes with HTML entities for ( int...

    docs.aspose.com/cells/de/cpp/replace-tag-with-t...
  7. Aspose::Words::Document::get_IncludeTextboxesFo...

    Aspose::Words::Document::get_IncludeTextboxesFootnotesEndnotesInStat method. Specifies whether to include Textboxes, footnotes and endnotes in word count statistics in C++....Specifies whether to include textboxes, footnotes and endnotes in...how to include or exclude textboxes, footnotes and endnotes from...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Настройка тени эффектов текста фигуры или текст...

    Узнайте, как установить тень эффектов текста для фигур или текстовых блоков, используя Aspose.Cells for C++....box with these dimensions TextBox tb = ws . GetShapes (). AddTextBox...); // Set the text of the textbox tb . SetText ( u "This text...

    docs.aspose.com/cells/ru/cpp/setting-shadow-of-...
  9. ImportFormatOptions.IgnoreTextBoxes | Aspose.Wo...

    اكتشف كيف تُحسّن خاصية ImportFormatOptions IgnoreTextboxes تنسيق مستندك من خلال التحكم في محتوى مربع النص. حسّنه بسهولة اليوم!...Shape textBox = builder . InsertShape ( ShapeType . TextBox , 300...100 ); builder . MoveTo ( textBox . FirstParagraph ); builder...

    reference.aspose.com/words/ar/net/aspose.words/...
  10. Come esportare equazioni Excel in altri tipi di...

    Esporta formule Excel in LaTeX e MathML usando Aspose.Cells for C++.... GetCount () > 0 ) { TextBox textBox ( shapes . Get ( 0 ));...)); EquationNode mathNode = textBox . GetEquationParagraph (). GetChild...

    docs.aspose.com/cells/it/cpp/export-equation/