Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 47,949 for

shape

(0.1 sec)
  1. Extract Images from Word Document in NPOI|Aspos...

    Extarct images from Word document easily and fast instead of using NPOI in C#....GetChildNodes method to select all Shape nodes. Iterate through resulting...node collections. Check the Shape.HasImage boolean property. Extract...

    docs.aspose.com/words/net/extract-images-from-w...
  2. OleFormat.icon_caption property | Aspose.Words ...

    OleFormat.icon_caption property. Gets icon caption of OLE object...objects creates shapes that store these objects. shapes = [ node .... as_shape () for node in doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Rendering::NodeRendererBase::Get...

    Aspose::Words::Rendering::NodeRendererBase::GetOpaqueBoundsInPixels method. Calculates the opaque bounds of the Shape in pixels for a specified zoom factor and resolution in C++....Calculates the opaque bounds of the shape in pixels for a specified zoom...The opaque rectangle of the shape in pixels. Remarks This method...

    reference.aspose.com/words/cpp/aspose.words.ren...
  4. ChartFormat.set_default_fill method | Aspose.Wo...

    ChartFormat.set_default_fill method. Resets the fill of the chart element to have the default value....docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () series = shape . chart . series [ 0 ] data_point...

    reference.aspose.com/words/python-net/aspose.wo...
  5. AdjustmentCollection class | Aspose.Words for P...

    aspose.words.drawing.AdjustmentCollection class. Represents a read-only collection of [Adjustment](../adjustment/) adjust values that are applied to the specified Shape....are applied to the specified shape. Indexers Name Description __getitem__(index)...+ 'Rounded rectangle shape.docx' ) shape = doc . get_child ( aw...

    reference.aspose.com/words/python-net/aspose.wo...
  6. SignatureLine.instructions property | Aspose.Wo...

    SignatureLine.instructions property. Gets or sets instructions to the signer that are displayed on signing the signature line...'Senior Manager' # Insert a shape that will contain a signature...created above. # If we insert a shape whose coordinates originate...

    reference.aspose.com/words/python-net/aspose.wo...
  7. How to Run Aspose.Diagram in Docker|Documentation

    Run Aspose.Diagram in a Docker container for Linux, Windows Server and any OS. ...5 , 3 ); Shape shape = diagram . Pages [ 0 ]. Shapes . GetShape...shapeId ); shape . Line . LineWeight . Value = 0.1 ; shape . Line...

    docs.aspose.com/diagram/net/how-to-run-aspose-d...
  8. Optimize File's Content Using Java

    Compress files in Java: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality...Maximum Fast SuperFast Cache shapes ? // Repository path: https://releases...getChildNodes(NodeType.SHAPE, true ); for (Shape shape : (Iterable<Shape>) nodes)...

    products.aspose.com/words/java/compress/
  9. Get Paragraph Bounds from Presentations in .NET...

    Learn how to retrieve paragraph and text-portion bounds in Aspose.Slides for .NET to optimize text positioning in PowerPoint presentations....Presentation ( "Shapes.pptx" )) { IAutoShape shape = ( IAutoShape...0 ]. Shapes [ 0 ]; var textFrame = ( ITextFrame ) shape . TextFrame...

    docs.aspose.com/slides/net/paragraph/
  10. Fill.BackThemeColor | Aspose.Words for .NET

    Customize your design with the BackThemeColor property. Easily set a ThemeColor object to enhance your background fill and elevate your user experience....color for foreground/background shape color. Document doc = new Document...DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...

    reference.aspose.com/words/net/aspose.words.dra...