Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 28,976 for

x

(1.01 sec)
  1. InlineStory.is_delete_revision property | Aspos...

    InlineStory.is_delete_revision property. Returns true if this object was deleted in Microsoft Word while change tracking was enabled....footnotes = list ( map ( lambda x : x . as_footnote (), list ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  2. InlineStory.is_insert_revision property | Aspos...

    InlineStory.is_insert_revision property. Returns true if this object was inserted in Microsoft Word while change tracking was enabled....footnotes = list ( map ( lambda x : x . as_footnote (), list ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  3. InlineStory.is_move_from_revision property | As...

    InlineStory.is_move_from_revision property. Returns ``True`` if this object was moved (deleted) in Microsoft Word while change tracking was enabled....footnotes = list ( map ( lambda x : x . as_footnote (), list ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  4. TabStopCollection.add method | Aspose.Words for...

    aspose.words.TabStopCollection.add method... of_type ( lambda x : x . as_paragraph (), b ), list...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Basic operations with PDF documents|Aspose.PDF ...

    Basic operations section describes the possibilities of opening and saving PDF documents using the Aspose.PDF library for C++....stream or save as PDF/A (or PDF/X) document. Get Started of C++...

    docs.aspose.com/pdf/cpp/basic-operations/
  6. 2. Subscript and subscript in LaTeX

    This article discusses how to build math formulas that contain subscripts and superscripts with TeX and LaTeX....For example, in the expression x² , the 2 is a superscript. Subscript... It is illegal to type $x^y^z$ or $x_y_z$ . TeX will complain...

    docs.aspose.com/tex/java/latex-math-subscripts-...
  7. 在 Python 中应用或更改幻灯片布局|Aspose.Slides for Python 文档

    了解如何在 Aspose.Slides for Python(通过 .NET)中管理和自定义幻灯片布局。探索布局类型、占位符控制、页脚可见性以及通过 Python 代码示例进行布局操作。...LayoutPlaceholderMan 方法 add_content_placeholder(x: float, y: float, width: float...add_vertical_content_placeholder(x: float, y: float, width: float...

    docs.aspose.com/slides/zh/python-net/slide-layout/
  8. Manage Connectors in Presentations Using JavaSc...

    Empower JavaScript apps to draw, connect and auto-route lines in PowerPoint slides—gain full control over straight, elbow and curved connectors....component of the connector var x = connector . getX () + (( connector...slides . ShapeType . Rectangle , x , y , 0 , height ); The result:...

    docs.aspose.com/slides/nodejs-java/connector/
  9. AxisBuiltInUnit enumeration | Aspose.Words for ...

    Aspose.Words.Drawing.Charts.AXisBuiltInUnit enumeration. Specifies the display units for an aXis....AxisBound ( 20 ); // For the X-axis, set the major tick marks...Inside ; // Set the X-axis bounds so that the X-axis spans 5 major...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 使用 Java 管理演示文稿中的表格单元格|Aspose.Slides 文档

    使用 Aspose.Slides for Java,轻松管理 PowerPoint 中的表格单元格。快速掌握访问、修改和样式设置,实现无缝的幻灯片自动化。...合并单元格中的编号 如果我们将两个单元格对 (1,1) x (2,1) 和 (1,2) x (2,2) 合并,生成的表格将具有编号。以下...setWidth ( 5 ); } } // 合并单元格 (1, 1) x (2, 1) tbl . mergeCells ( tbl...

    docs.aspose.com/slides/zh/java/manage-cells/