Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 172,356 for

drawing

(0.08 sec)
  1. Convert VDX to VSSM via C# | products.aspose.com

    Sample code for VDX to VSSM C# conversion. Use API example code for batch VDX files to VSSM conversion within VB.NET, Asp.NET or any .NET 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/net/conversion/vdx-...
  2. Convert VDW to VSSX via Python | products.aspos...

    Sample Python conversion code for VDW format to VSSX file. Use this example code to convert VDW to VSSX within any Python based application....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/python-java/convers...
  3. Adding Slide to Presentation|Aspose.Slides Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....NonVisualShapeDrawin ( new Drawing . ShapeLocks () { NoGrouping...TextBody ( new Drawing . BodyProperties (), new Drawing . ListStyle...

    docs.aspose.com/slides/net/adding-slide-to-pres...
  4. DocumentBuilder.insert_node method | Aspose.Wor...

    DocumentBuilder.insert_node method. Inserts a node before the cursor.... drawing . Shape ( builder . document , aw . drawing . ShapeType...) shape . wrap_type = aw . drawing . WrapType . INLINE shape ...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Convert VSTX to VSD via C# | products.aspose.com

    Sample code for VSTX to VSD C# conversion. Use API example code for batch VSTX files to VSD conversion within VB.NET, Asp.NET or any .NET based application....a Web drawing. A web drawing is a collection of drawing pages...rendered as a vector or raster drawing. VSTX files can be opened in...

    products.aspose.com/diagram/net/conversion/vstx...
  6. Convert VSDM to VSD via C# | products.aspose.com

    Sample code for VSDM to VSD C# conversion. Use API example code for batch VSDM files to VSD conversion within VB.NET, Asp.NET or any .NET based application....a Web drawing. A web drawing is a collection of drawing pages...rendered as a vector or raster drawing. VSDM files can be opened in...

    products.aspose.com/diagram/net/conversion/vsdm...
  7. Aspose::Words::Tables::Table::get_Alignment met...

    Aspose::Words::Tables::Table::get_Alignment method. Specifies how an inline table is aligned in the document in C++....5 , System :: Drawing :: Color :: get_Green (), true...:: Single , 1.5 , System :: Drawing :: Color :: get_Green (), true...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. ChartLegend.position property | Aspose.Words fo...

    ChartLegend.position property. Specifies the position of the legend on a chart.... drawing . charts . LegendPosition :... value : aspose . words . drawing . charts . LegendPosition ):...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::PageSetup::get_PageHeight method...

    Aspose::Words::PageSetup::get_PageHeight method. Returns or sets the height of the page in points in C++....SharedPtr < Aspose :: Words :: Drawing :: Shape > shape = builder...set_WrapType ( Aspose :: Words :: Drawing :: WrapType :: None ); shape...

    reference.aspose.com/words/cpp/aspose.words/pag...
  10. Add Line Object to PDF file|Aspose.PDF for C++

    This article explains how to create a line object to your PDF using Aspose.PDF for C++....MakeObject < Aspose :: Pdf :: Drawing :: Graph > ( 100 , 400 ); //...MakeObject < Aspose :: Pdf :: Drawing :: Line > ( new float [] {...

    docs.aspose.com/pdf/cpp/add-line/