Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 4,315 for

box

(0.04 sec)
  1. SdtType | Aspose.Words for Java

    Specifies the type of a structured document tag SDT node in Java.... COMBO_BOX The SDT represents a combo box when displayed...SDT represents a plain text box when displayed in the document...

    reference.aspose.com/words/java/com.aspose.word...
  2. 创建每行具有不同水平对齐方式的文本框,使用 Node.js 和 C++|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 创建每行可以有不同水平对齐方式的文本框... get ( 0 ); // Add text box inside the sheet. ws . getShapes...first shape which is a text box and set its text. const shape...

    docs.aspose.com/cells/zh/nodejs-cpp/create-text...
  3. Specify the Far East and Latin Name of the Font...

    Learn how to specify Far East and Latin font names in text options of shapes using Aspose.Cells for Node.js via C++....following sample code creates a text box and adds some Japanese text inside...font names of the output text box in Microsoft Excel. Sample Code...

    docs.aspose.com/cells/nodejs-cpp/specify-the-fa...
  4. FieldAdvance.horizontalPosition property | Aspo...

    FieldAdvance.horizontalPosition property. Gets or sets the number of points by which the text that follows the field should be moved horizontally from the left edge of the column, frame, or text Box....of the column, frame, or text box. get horizontalPosition () :...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 使用Node.js通过C++设置形状或文本框段落的行间距|Documentation

    学习如何使用Aspose.Cells for Node.js via C++设置形状或文本框中段落的行间距。... get ( 0 ); // Add text box inside the sheet ws . getShapes...first shape which is a text box and set its text const shape...

    docs.aspose.com/cells/zh/nodejs-cpp/set-line-sp...
  6. 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... write ( "My text box" ); // When we save the document...saving operation will export text box shapes. // If we set the "ExportTextBoxAsSvg"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Fields::FormField::get_Result me...

    Aspose::Words::Fields::FormField::get_Result method. Gets or sets a string that represents the result of this form field in C++....Shows how to insert a combo box. auto doc = System :: MakeObject...fruit: " ); // Insert a combo box which will allow a user to choose...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Change Character Spacing of Excel TextBox or Sh...

    Change the character spacing of Excel textBoxes or shapes using Aspose.Cells for Node.js via C++....character spacing of the text box in an Excel file to point 4 and...xlsx" )); // Access your text box which is also a shape object...

    docs.aspose.com/cells/nodejs-cpp/change-charact...
  9. Public API Changes in Aspose.Cells 8.7.2|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....TextBox using its index TextBox box = sheet . TextBoxes [ idx ];...//Set the name for the TextBox box . Name = "MyTextBox" ; //Access...

    docs.aspose.com/cells/net/public-api-changes-in...
  10. Getting Headers or Footers with C++|Documentation

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the C++ API or Library....also use the Page Setup dialog box if you want to view headers or...using the Page Setup dialog box. Getting Headers and Footers...

    docs.aspose.com/cells/cpp/get-headers-or-footers/