Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 175,004 for

drawing

(0.27 sec)
  1. Fill.pattern property | Aspose.Words for Node.js

    Fill.pattern property. Gets a [PatternType](../../patterntype/) for the fill.... Drawing . PatternType Examples Shows...fill: fill . patterned ( aw . Drawing . PatternType . DiagonalBrick...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. OptionButtonControl.type property | Aspose.Word...

    OptionButtonControl.type property. Gets type of Forms 2.0 control.... drawing . ole . Forms2OleControlType...self . assertEqual ( aw . drawing . ole . Forms2OleControlType...

    reference.aspose.com/words/python-net/aspose.wo...
  3. AxisTickLabels.rotation property | Aspose.Words...

    AxisTickLabels.rotation property. Gets or sets the rotation of the tick labels in degrees.... drawing . charts . ChartType . COLUMN...x_tick_labels . orientation = aw . drawing . ShapeTextOrientation . VERTICAL_FAR_EAST...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Convert Visio to other formats|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to SVG,XPS,XML,XAML formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to SVG,XPS,XML,XAML with a few lines of code....XML Export Microsoft Visio Drawing to PDF The code samples show...to export Microsoft Visio Drawing to PDF using C#. // For complete...

    docs.aspose.com/diagram/net/convert-visio-to-ot...
  5. Aspose::Words::Font::get_AutoColor method | Asp...

    Aspose::Words::Font::get_AutoColor method. Returns the present calculated color of the text (black or white) to be used for 'auto color'. If the color is not 'auto' then returns Color in C++.... System :: Drawing :: Color Aspose :: Words ::...color. ASSERT_EQ ( System :: Drawing :: Color :: Empty . ToArgb...

    reference.aspose.com/words/cpp/aspose.words/fon...
  6. Convert VDX to VSDX via Python | products.aspos...

    Sample Python conversion code for VDX format to VSDX file. Use this example code to convert VDX to VSDX within any Python based application.... Any drawing or chart created in Microsoft...have .VDX extension. A Visio drawing XML file is created in Visio...

    products.aspose.com/diagram/python-net/conversi...
  7. 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/
  8. Convert VSTX to VDX via Python | products.aspos...

    Sample Python conversion code for VSTX format to VDX file. Use this example code to convert VSTX to VDX within any Python based application....Files with VSTX extensions are drawing template files created with...starting point for creating Visio drawings, saved as .VSDX files, with...

    products.aspose.com/diagram/python-java/convers...
  9. Draw Rectangle in Java

    This article demonstrates how to draw rectangle in Java. It covers the IDE setup, the method, and a practical code example to create a rectangle in Java....Drawing Product Family Aspose.Font...Family Aspose.TeX Product Family Draw Rectangle in Java This article...

    kb.aspose.com/drawing/java/draw-rectangle-in-java/
  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/