Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 172,598 for

drawing

(0.27 sec)
  1. ChartDataLabel.position property | Aspose.Words...

    ChartDataLabel.position property. Gets or sets the position of the data label.... drawing . charts . ChartDataLabelPositi... value : aspose . words . drawing . charts . ChartDataLabelPositi...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::FrameFormat::get_Width method | ...

    Aspose::Words::FrameFormat::get_Width method. Gets the width of the specified frame, in points in C++....ASSERT_EQ ( Aspose :: Words :: Drawing :: HorizontalAlignment :: Default...ASSERT_EQ ( Aspose :: Words :: Drawing :: VerticalAlignment :: Default...

    reference.aspose.com/words/cpp/aspose.words/fra...
  3. Aspose::Words::FrameFormat::get_HorizontalPosit...

    Aspose::Words::FrameFormat::get_HorizontalPosition method. Gets horizontal distance between the edge of the frame and the item specified by the RelativeHorizontalPosition property in C++....ASSERT_EQ ( Aspose :: Words :: Drawing :: HorizontalAlignment :: Default...ASSERT_EQ ( Aspose :: Words :: Drawing :: VerticalAlignment :: Default...

    reference.aspose.com/words/cpp/aspose.words/fra...
  4. ShadowFormat.clear method | Aspose.Words for Py...

    ShadowFormat.clear method. Clears shadow format.... drawing . ShadowType . SHADOW2 : shape...shadow_format . type = aw . drawing . ShadowType . SHADOW7 if shape...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Add Circle Object to PDF file|Aspose.PDF for Java

    This article explains how to create a circle object to your PDF using Aspose.PDF for Java....Create Document instance Create Drawing object with certain dimensions...dimensions Set Border for Drawing object Add Graph object to paragraphs...

    docs.aspose.com/pdf/java/add-circle/
  6. NodeCollection class | Aspose.Words for Python

    aspose.words.NodeCollection class. Represents a collection of nodes of a specific type...file_name = MY_DIR + 'Textboxes in drawing canvas.docx' ) shapes = list...s : s . shape_type == aw . drawing . ShapeType . TEXT_BOX , shapes...

    reference.aspose.com/words/python-net/aspose.wo...
  7. How to draw an image|Documentation

    Draw an image. Drawing lines, ellipses, rectangles, arcs, Bezier curves and strings....How to draw an image Contents [ Hide ] How to draw an image With...you can use several methods to draw graphics primitives such as...

    docs.aspose.com/imaging/net/developer-guide/how...
  8. Protect and lock VDW document via .NET | produc...

    C# source code to lock VDW file on .NET Framework, .NET Core, Mono Platforms....a Web drawing. A web drawing is a collection of drawing pages...rendered as a vector or raster drawing. VDW files can be opened in...

    products.aspose.com/diagram/net/protect/vdw/
  9. Convert VSS to VTX via Java | products.aspose.com

    Sample Java conversion code for VSS format to VTX file. Use this example code to convert VSS to VTX within any Web or Desktop Java based application.... Stencil files provide drawing objects that can be included...included in a .VSD Visio drawing. Microsoft Visio itself is known for...

    products.aspose.com/diagram/java/conversion/vss...
  10. 向PDF文件添加圆形对象|Aspose.PDF for C++

    本文解释了如何使用Aspose.PDF for C++在您的PDF中创建一个圆形对象。...请按照以下步骤操作: 创建 Document 实例 创建具有特定尺寸的 Drawing object 为绘图对象设置 边框 将 图形 对象添加到页面的段落集合中...MakeObject < Aspose :: Pdf :: Drawing :: Graph > ( 400 , 200 ); //...

    docs.aspose.com/pdf/zh/cpp/add-circle/