Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 170,830 for

drawing

(0.53 sec)
  1. ShapeBase.is_layout_in_cell property | Aspose.W...

    ShapeBase.is_layout_in_cell property. Gets or sets a flag indicating whether the shape is displayed inside a table or outside of it.... drawing . ShapeType . RECTANGLE , horz_pos...horz_pos = aw . drawing . RelativeHorizontalPo . LEFT_MARGIN...

    reference.aspose.com/words/python-net/aspose.wo...
  2. GradientStop.base_color property | Aspose.Words...

    GradientStop.base_color property. Gets a value representing the color of the gradient stop without any modifiers.... drawing . ShapeType . RECTANGLE , width...Color . red , style = aw . drawing . GradientStyle . HORIZONTAL...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Story::get_FirstParagraph method...

    Aspose::Words::Story::get_FirstParagraph method. Gets the first paragraph in the story in C++....set_HighlightColor ( System :: Drawing :: Color :: get_Yellow ());...:: Drawing :: Shape > ( doc , Aspose :: Words :: Drawing :: ShapeType...

    reference.aspose.com/words/cpp/aspose.words/sto...
  4. Edit Visio VSS files via Python | products.aspo...

    Python sample code to edit Visio VSS documents within any Python 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/python-java/editor/...
  5. Change Background of VSS File via Python | prod...

    Python source code to change background of VSS documents within any Python 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/python-net/changeba...
  6. 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...
  7. 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...
  8. Convert VDX to VSX via Python | products.aspose...

    Sample Python conversion code for VDX format to VSX file. Use this example code to convert VDX to VSX 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...
  9. Convert VDX to PNG via Python | products.aspose...

    Sample Python conversion code for VDX format to PNG file. Use this example code to convert VDX to PNG 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...
  10. Add Line Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a line object to your PDF using Aspose.PDF for .NET....Drawing library. Add Line object Aspose...graph = new Aspose . Pdf . Drawing . Graph ( 100 , 400 ); // Add...

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