Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 6,239 for

box

(0.65 sec)
  1. 使用C++设置形状或文本框中的段落行间距|Documentation

    学习如何在形状或文本框中设置段落的行间距、前间距和后间距,使用编号Aspose.Cells for C++。... Get ( 0 ); // Add text box inside the sheet ws . GetShapes...first shape which is a text box and set its text Shape shape...

    docs.aspose.com/cells/zh/cpp/set-line-spacing-o...
  2. Crop PDF using C# | Aspose.PDF

    Crop PDF without losing quality in C# programmatically with C# sample code using Aspose.PDF for .NET...Choose the type of box and create new Box Rectagle Save the updated...]. MediaBox ); // Create new Box Rectangle var newBox = new Aspose...

    products.aspose.com/pdf/net/crop/
  3. 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...
  4. 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/
  5. Add Image stamps in PDF programmatically|Aspose...

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for PHP via Java library....Stamp as Background in Floating Box Aspose.PDF API lets you add image...as background in a floating box. The BackgroundImage property...

    docs.aspose.com/pdf/php-java/image-stamps-in-pd...
  6. All contents block (sdtBlock) from document is ...

    Pasing my code block here MainDocumentPart mainPart = Docx.MainDocumentPart; SdtBlock[] sdtList = mainPart.Document.Body.Descendants<SdtBlock>().ToArray(); foreach (SdtBlock sdt in sdtList) { SdtContentBlock sd…... rich text box from code. Amol_Hekade February...textual content of the rich‑text box string text = content.Range.Text;...

    forum.aspose.com/t/all-contents-block-sdtblock-...
  7. PdfSaveOptions.preserveFormFields property | As...

    PdfSaveOptions.preserveFormFields property. Specifies whether to preserve Microsoft Word form fields as form fields in PDF or convert them to text...text input, drop down and check box controls. When set to false ...fruit: " ); // Insert a combo box which will allow a user to choose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Update ActiveX ComboBox Control with Node.js vi...

    Learn how to read and write values of ActiveX ComboBox Control using Aspose.Cells for Node.js via C++....been updated to “This is combo box control”. Sample Code The following.... setValue ( "This is combo box control with updated value."...

    docs.aspose.com/cells/nodejs-cpp/update-activex...
  9. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set line spacing, space before, and space after in a paragraph within a shape or textBox using Aspose.Cells for C++.... Get ( 0 ); // Add a text box inside the sheet ws . GetShapes...first shape, which is a text box, and set its text Shape shape...

    docs.aspose.com/cells/cpp/set-line-spacing-of-t...
  10. 用 C++ 创建每行拥有不同水平对齐方式的文本框|Documentation

    学习如何用 Aspose.Cells 和 C++ 创建每行具有不同横向对齐方式的文本框。... Get ( 0 ); // Add text box inside the sheet ws . GetShapes...first shape which is a text box and set its text Shape shape...

    docs.aspose.com/cells/zh/cpp/create-textbox-in-...