Sort Score
Result 10 results
Languages All
Labels All
Results 6,131 - 6,140 of 17,994 for

aws

(0.04 sec)
  1. DocumentVisitor.visitBodyEnd method | Aspose.Wo...

    DocumentVisitor.visitBodyEnd method. Called when enumeration of the main text story in a section has ended....'DocStructureToText' , () => { let doc = new aw . Document ( base . myDir + ...childNodeCount = doc . getChildNodes ( aw . NodeType . Any , true ). Count...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. CellFormat class | Aspose.Words for Node.js

    Aspose.Words.Tables.CellFormat class. Represents all formatting for a table cell...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...; rowFormat . borders . at ( aw . BorderType . Bottom ). color...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. PreferredWidth.fromPercent method | Aspose.Word...

    PreferredWidth.fromPercent method. A creation method that returns a new instance that represents a preferred width specified as a percentage....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...#3" ); table . preferredWidth = aw . Tables . PreferredWidth . fromPercent...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ParagraphFormat.style_name property | Aspose.Wo...

    ParagraphFormat.style_name property. Gets or sets the name of the paragraph style applied to this formatting.... doc = aw . Document () # A blank document...root document node. section = aw . Section ( doc ) doc . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DOC को Python में संपीड़ित करें

    गुणवत्ता खोए बिना DOC को Python में संपीड़ित करें। DOC सामग्री को अनुकूलित करें, फ़ाइल का आकार आसानी से कम करें।...words as aw doc = aw.Document( "Input.doc" ) doc...for node in doc.get_child_nodes(aw.NodeType.SHAPE, True )] for shape...

    products.aspose.com/words/hi/python-net/compres...
  6. Shape class | Aspose.Words for Python

    aspose.words.drawing.Shape class. Represents an object in the drawing layer, such as an AutoShape, textbox, freeform, OLE object, ActiveX control, or picture... doc = aw . Document ( MY_DIR + 'Images...shapes = doc . get_child_nodes ( aw . NodeType . SHAPE , True ) self...

    reference.aspose.com/words/python-net/aspose.wo...
  7. GradientStop.baseColor property | Aspose.Words ...

    GradientStop.baseColor property. Gets a value representing the color of the gradient stop without any modifiers....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Rectangle...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. GradientStopCollection.removeAt method | Aspose...

    GradientStopCollection.removeAt method. Removes a [GradientStop](../../gradientstop/) from the collection at a specified index....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Rectangle...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ChartDataPoint.marker property | Aspose.Words f...

    ChartDataPoint.marker property. Specifies chart data marker.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Deschiderea unui Document numai în citire în Py...

    Faceți documentul numai în citire, astfel încât conținutul să poată fi copiat sau citit, dar nu modificat folosind Python....words as aw doc = aw . Document () builder = aw . DocumentBuilder...as read-only. doc . protect ( aw . ProtectionType . READ_ONLY...

    docs.aspose.com/words/ro/python-net/open-a-docu...