Sort Score
Result 10 results
Languages All
Labels All
Results 3,551 - 3,560 of 9,894 for

shape

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

    Represents a structured document tag SDT or content control in a document in Java....HeaderFooter , Comment , Footnote or a Shape node. Row-level - Among rows...Document(); // Add two runs and one shape as child nodes to the first...

    reference.aspose.com/words/java/com.aspose.word...
  2. LoadFormat | Aspose.Words for Java

    Indicates the format of the document that is to be loaded in Java.... Shape imageShape = (Shape) doc.getChildNodes(NodeType...getChildNodes(NodeType.SHAPE, true).get(0); Assert.assertTrue(imageShape...

    reference.aspose.com/words/java/com.aspose.word...
  3. How to Convert PDF to TIFF in C#

    This brief tutorial explains how to convert PDF to TIFF in C#. To write the PDF to TIFF converter C# code and detailed steps are provided along with the environment configuration....compression type, color depth, shape type, brightness, and page coordinate...

    kb.aspose.com/pdf/net/how-to-convert-pdf-to-tif...
  4. LayoutCollector.GetEntity | Aspose.Words for .NET

    Discover the LayoutCollector GetEntity method, effortlessly retrieve the LayoutEnumerator's position for seamless document navigation and enhanced productivity.... BookmarkStart or Shape . It doesn’t work for Run ,...

    reference.aspose.com/words/net/aspose.words.lay...
  5. 管理自动调整设置|Aspose.Slides for PHP 文档

    设置 PowerPoint 中文本框的自动调整设置...属性(来自 TextFrameFormat 类)设置为 Shape 。 此 PHP 代码显示了如何指定文本在 PowerPoint...setAutofitType ( TextAutofitType :: Shape ); $pres -> save ( "Output-presentation...

    docs.aspose.com/slides/zh/php-java/manage-autof...
  6. Font Hinting | API Solution for .NET

    Font hinting is the process of adding instructions to a font file to ensure that characters are displayed well on screens. But what is the purpose of this?...thickness, character spacing, and shape adjustments. It is really important...have thin strokes or complex shapes, as they can become blurred...

    docs.aspose.com/font/net/font-hinting/
  7. ImportFormatOptions | Aspose.Words for Java

    Allows to specify various import options to format output in Java....new DocumentBuilder(srcDoc); Shape textBox = builder.insertShape(ShapeType...importFormatOptions); Shape importedTextBox = (Shape) importer.importNode(textBox...

    reference.aspose.com/words/java/com.aspose.word...
  8. SignOptions | Aspose.Words for Java

    Allows to specify options for document signing in Java....docx"); Shape shape = (Shape) doc.getChild(NodeType.SHAPE, 0, true);...true); signatureLine = shape.getSignatureLine(); Assert.assertTrue(signatureLine...

    reference.aspose.com/words/java/com.aspose.word...
  9. 管理自动调整设置|Aspose.Slides for Python 文档

    在 Python 中设置 PowerPoint 中文本框的自动调整设置...属性(来自 text_frame_format 类)设置为 SHAPE 。 这段 Python 代码向您展示了如何指定演示文稿中的文本必须始终适合其盒子:...autoShape = slide . shapes . add_auto_shape ( slides . ShapeType...

    docs.aspose.com/slides/zh/python-net/manage-aut...
  10. 管理自动调整设置|Aspose.Slides 文档

    在 C++ 中为 PowerPoint 中的文本框设置自动调整设置...属性(来自 TextFrameFormat 类)设置为 Shape 。 以下 C++ 代码展示了如何在 PowerPoint...auto autoShape = slide -> get_Shapes () -> AddAutoShape ( ShapeType...

    docs.aspose.com/slides/zh/cpp/manage-autofit-se...