Sort Score
Result 10 results
Languages All
Labels All
Results 9,671 - 9,680 of 47,812 for

properties

(0.1 sec)
  1. Get Cells Index|Documentation

    Learn how to get a row or column by the name of the row, column, or cell. Convert the name of the cell to row and column index (zero‑based) using Aspose.Cells for JavaScript via C++....C++ provides the following properties and methods to help you achieve...

    docs.aspose.com/cells/javascript-cpp/get-cells-...
  2. How to access Style Id? - Free Support Forum - ...

    Hello, Consider the document has this style ( present in styles.xml ): <w:style w:type="character" w:styleId="CustomEmphasis"> <w:name w:val="Custom Emphasis"/> <w:basedOn w:val="DefaultParagraphFon…...document and check their properties. Here’s a sample code snippet...

    forum.aspose.com/t/how-to-access-style-id/316421
  3. ThemeColor Enum | Aspose.Words for .NET

    Discover the Aspose.Words ThemeColor enum for customizing document themes with vibrant colors, enhancing your document's visual appeal and professionalism....some style with theme font properties. Style style = doc . Styles...

    reference.aspose.com/words/net/aspose.words.the...
  4. Add Picture Frames to Presentations with Python...

    Add picture frames to PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET. Streamline your workflow and enhance slide designs....set the aspect_ratio_locked property to True . The following Python...inside it. Use Stretch Offset Properties Using the stretch_offset_left...

    docs.aspose.com/slides/python-net/picture-frame/
  5. Manage Chart Data Markers in Presentations Usin...

    Learn how to customize chart data markers in Aspose.Slides for С++, boosting presentation impact across PPT and PPTX formats with clear С++ code examples....been added to get access to properties of data point levels. This...

    docs.aspose.com/slides/cpp/chart-data-marker/
  6. Edit MHTML in C# – Aspose.HTML for .NET

    Code to edit MHTML files in C#. Use Aspose.HTML for .NET API features to create, remove, or edit content of an MHTML document....Set style attribute with properties for the selected element...Set style attribute with properties for the selected element...

    products.aspose.com/html/net/editor/mhtml/
  7. AxisBound | Aspose.Words for Java

    Represents minimum or maximum bound of axis values in Java....hasMinorGridlines(true); // Define Y-axis properties for decimal values. ChartAxis...hasMinorGridlines(true); // Define Y-axis properties for decimal values. ChartAxis...

    reference.aspose.com/words/java/com.aspose.word...
  8. 在 Android 上管理演示文稿中的音频|Aspose.Slides 文档

    在 Aspose.Slides for Android 中创建并控制音频帧——提供嵌入、裁剪、循环以及在 PPT、PPTX 和 ODP 演示文稿中配置播放的 Java 示例。...Slides AudioFrame properties: Start 下拉列表对应 AudioFrame...Aspose.Slides AudioFrame properties: Fade In 对应 AudioFrame.FadeInDuration...

    docs.aspose.com/slides/zh/androidjava/audio-frame/
  9. Setting Attributes in HTML Template – Aspose.HT...

    Learn how to set attributes in HTML template and control the presence of attributes when populating templates using Aspose.HTML for .NET....its characteristics or set properties such as id, class, style...several assertions to check the properties of the <input> element. The...

    docs.aspose.com/html/net/setting-attributes-in-...
  10. 如何生成一个竖向的文本框,并且插入的富文本内容需要旋转 -90 度 - Free Suppor...

    我使用words.java 试图在word中生成类似sidebar的功能,插入的竖向形状后插入富文本内容,我想知道怎么才能把富文本中的文字和图片都旋转 -90 ° 并保持内容正确,以下是我的代码 private void insertSidebarIntoHeader(Document document, HeaderFooter header, String htmlContent) throws Exception { …...Configure TextBox layout properties textBox.setVerticalAnchor(VerticalAlignment...Configure TextBox layout properties textBox.setVerticalAnchor(VerticalAlignment...

    forum.aspose.com/t/topic/324972