Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 5,211 for

box

(0.07 sec)
  1. PDF Forms. Manage via Python | Aspose.PDF

    Manage PDF Forms programmatically with Python sample code using Aspose.PDF for Python via .NET....path_infile ) # Create a new text box field rectange = apdf . Rectangle...= "Text Box" # Customize the border of the text box field border...

    products.aspose.com/pdf/python-net/acroforms/
  2. Convert Mesh to Triangle Mesh and Primitive Sha...

    Aspose.3D for .NET API allows developers to convert any mesh object to triangle mesh with custom memory layout of the vertex. The custom memory layout of the Vertex is defined using the Struct or dynamically by VertexDeclaration class in the code examples....topic creates meshes from the box and sphere to keep the code comprehensive...(defined in the Struct) . Convert a Box to Triangle Mesh with custom...

    docs.aspose.com/3d/net/convert-mesh-to-triangle...
  3. Blur Filters|Documentation

    Aspose.Imaging graphic library for .NET (C#) supports kernel filters such Blur as well as custom kernels....Filters Contents [ Hide ] Blur Box Kernel Filter By filling the...matrix is recognized as a 'Blur Box'. Increasing the dimensions of...

    docs.aspose.com/imaging/net/developer-guide/man...
  4. Aspose::Words::Drawing::Shape::get_FirstParagra...

    Aspose::Words::Drawing::Shape::get_FirstParagraph method. Gets the first paragraph in the shape in C++....to create and format a text box. auto doc = System :: MakeObject...(); // Create a floating text box. auto textBox = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. TextBox.vertical_anchor property | Aspose.Words...

    TextBox.vertical_anchor property. Specifies the vertical alignment of the text within a shape....the text contents of a text box. doc = aw . Document () builder... drawing . ShapeType . TEXT_BOX , width = 200 , height = 200...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Get and Set Page Properties using Python|Aspose...

    This section shows how to get the number of pages in a PDF file, get information about PDF page properties such as color and set page properties....property Media box : The media box is the largest page box. It corresponds...PDF. In other words, the media box determines the physical size...

    docs.aspose.com/pdf/python-net/get-and-set-page...
  7. TextBox.VerticalAnchor | Aspose.Words for .NET

    Discover how the TextBox VerticalAnchor property enhances text alignment within shapes for improved design and readability in your projects....the text contents of a text box. Document doc = new Document...align the text in this text box with the top side of the shape...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Blur Filters|Documentation

    Aspose.Imaging graphic library for Python supports kernel filters such Blur as well as custom kernels....Filters Contents [ Hide ] Blur Box Kernel Filter in Python Filling...matrix is identified as a 'Blur Box.' The augmentation of matrix...

    docs.aspose.com/imaging/python-net/developer-gu...
  9. ImportFormatOptions.ignore_text_boxes property ...

    ImportFormatOptions.ignore_text_Boxes property. Gets or sets a boolean value that specifies that source formatting of textBoxes content ignored if [ImportFormatMode.KEEP_SOURCE_FORMATTING](../../importformatmode/#KEEP_SOURCE_FORMATTING) mode is used...ignore_text_boxes property ImportFormatOptions.ignore_text_boxes property...ignore_text_boxes ( self ) -> bool : ... @ignore_text_boxes.setter...

    reference.aspose.com/words/python-net/aspose.wo...
  10. TextBox | Aspose.Words for Java

    Defines attributes that specify how a text is displayed inside a shape in Java....internal margins for a text box. Document doc = new Document();...builder.insertShape(ShapeType.TEXT_BOX, 100.0, 100.0); TextBox textBox...

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