Sort Score
Result 10 results
Languages All
Labels All
Results 3,021 - 3,030 of 30,513 for

x

(1.21 sec)
  1. FileFormatUtil.contentTypeToSaveFormat method |...

    FileFormatUtil.contentTypeToSaveFormat method. Converts IANA content type into a save format enumerated value....contentTypeToSaveFor ( "image/x-emf" )). toEqual ( aw . SaveFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::CompositeNode::GetChild method |...

    Aspose::Words::CompositeNode::GetChild method. Returns an Nth child node that matches the specified type in C++....String :: Format ( u " \t {0}, {1}x{2}" , childShape -> get_ShapeType...

    reference.aspose.com/words/cpp/aspose.words/com...
  3. 指定 3D 文件加载选项|Documentation

    有几个接受LoadOptions对象的Scene.Open方法重载或Scene类构造函数重载。每种加载格式都有一个相应的类,该类保存该加载格式的加载选项。...ply" , loadPLYOpts ) 使用DirectX X加载选项 下面的代码显示了如何在加载DirectX文件之前设置加载选项。...load 3D X file scene . open ( "data-dir" + "warrior.x" , loadXOpts...

    docs.aspose.com/3d/zh/python-net/specify-3d-fil...
  4. ShapeType enumeration | Aspose.Words for Python

    aspose.words.drawing.ShapeType enumeration. Specifies the type of shape in a Microsoft Word document.... CHART_X Chart X. MIN_VALUE Reserved for the...Enumerable . of_type ( lambda x : x . as_shape (), b ), list ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Drawing::Charts::AxisTickLabels:...

    Aspose::Words::Drawing::Charts::AXisTickLabels::get_Offset method. Gets or sets the distance of the tick labels from the aXis in C++....series with categories for the X-axis and respective numeric values...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::Drawing::Charts::AxisTickLabels:...

    Aspose::Words::Drawing::Charts::AXisTickLabels::get_Spacing method. Gets or sets the interval at which the tick labels are drawn in C++....series with categories for the X-axis and respective numeric values...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. TextPath | Aspose.Words for Java

    Defines the teXt and formatting of the teXt path of a WordArt object in Java....property to "true" to get the x-height of each character to equal...property to "true" to get the x-height of each character to equal...

    reference.aspose.com/words/java/com.aspose.word...
  8. CellsException: Invalid shift option with inser...

    When I use the insertCutCells method eXactly as outlined here and I provide the ShiftType.NONE option, I always get the error: com.aspose.cells.CellsEXception: Invalid shift option. I want to do a cut, but not insert t…...selecting range 2) shortcut ctrl + x 3) selecting another range 4)...you want to mimic the Ctrl + X and Ctrl + V functionality from...

    forum.aspose.com/t/cellsexception-invalid-shift...
  9. DocumentBuilder.InsertOleObject | Aspose.Words ...

    Effortlessly enhance your documents with the DocumentBuilder InsertOleObject method, allowing seamless embedding of OLE objects from streams.... // 3 - Image icon that's 32 x 32 pixels or smaller from the... // 3 - Image icon that's 32 x 32 pixels or smaller from the...

    reference.aspose.com/words/net/aspose.words/doc...
  10. 在 Python 中向 PDF 添加矩形形状|Aspose.PDF for Python vi...

    学习如何在 Python 中绘制和填充 PDF 文件中的矩形形状。... Page , x : float , y : float , width :...is_change_position = False graph . left = x graph . top = y rect = drawing...

    docs.aspose.com/pdf/zh/python-net/add-rectangle/