Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 5,167 for

box

(0.08 sec)
  1. 使用 PHP via Java 创建 PDF 表单 | Aspose.PDF

    使用 Aspose.PDF for PHP via Java,使用 PHP 示例代码创建 PDF 表单并以编程方式添加字段。...setValue ( "Some value in Text Box" ); $border = new Border ( $textBoxField...

    products.aspose.com/pdf/zh-hant/php-java/acrofo...
  2. Setting Shadow of Text Effects of Shape or Text...

    Learn how to set the shadow of text effects for shapes or textBoxes using Aspose.Cells for C++.... Get ( 0 ); // Add text box with these dimensions TextBox...

    docs.aspose.com/cells/cpp/setting-shadow-of-tex...
  3. 通过 C++ 使用 Node.js 获取形状的连接点|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Excel中检索形状的连接点。... 200 ); // Access your text box which is also a shape object...

    docs.aspose.com/cells/zh/nodejs-cpp/get-connect...
  4. ShapeBase.coord_size property | Aspose.Words fo...

    ShapeBase.coord_size property. The width and height of the coordinate space inside the containing block of this shape....jpg' ) # Insert a text box into the group shape. Set the..."Left" property so that the text box's right edge # touches the right...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Picture|Aspose.Slides Documentation

    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.... First (); } Text Box Chart...

    docs.aspose.com/slides/net/examples/elements/pi...
  6. GradientVariant enumeration | Aspose.Words for ...

    Aspose.Words.Drawing.GradientVariant enumeration. Specifies the variant for a gradient fill....tab in the Fill Effects dialog box in Word. Members Name Description...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Markup::SdtType enum | Aspose.Wo...

    Aspose::Words::Markup::SdtType enum. Specifies the type of a structured document tag (SDT) node in C++....5 The SDT represents a combo box when displayed in the document...The SDT represents a rich text box when displayed in the document...

    reference.aspose.com/words/cpp/aspose.words.mar...
  8. TextBox.Previous | Aspose.Words for .NET

    Discover the TextBox Previous property, effortlessly access the prior TextBox in your shape sequence for streamlined design and enhanced workflow....Examples Shows how to link text boxes. Document doc = new Document...links between some of the text boxes. if ( textBox1 . IsValidLinkTarget...

    reference.aspose.com/words/net/aspose.words.dra...
  9. SetPageSize() ignored if any Text added to the ...

    Background We are currently evaluating Aspose.Pdf for .Net as a replacement for iTextSharp. I am using the new Aspose.Pdf API (i.e., not the Generator) Problem When I call SetPageSize() to change the dimensions of a …...Add(); var box = new FloatingBox(200, 100); box.Paragraphs.Add(new...TextFragment(“page 3”)); page.Paragraphs.Add(box); page.SetPageSize(600, 200);...

    forum.aspose.com/t/setpagesize-ignored-if-any-t...
  10. LayoutFlow | Aspose.Words for Java

    Determines the flow of the text layout in a textBox in Java....Shows how to add text to a text box, and change its orientation....new Shape(doc, ShapeType.TEXT_BOX); textbox.setWidth(100.0); textbox...

    reference.aspose.com/words/java/com.aspose.word...