Sort Score
Result 10 results
Languages All
Labels All
Results 9,331 - 9,340 of 19,500 for

aws

(0.07 sec)
  1. Granularity enumeration | Aspose.Words for Python

    aspose.words.comparing.Granularity enumeration. Specifies the granularity of changes to track when comparing two documents.... doc_a = aw . Document () builder_a = aw . DocumentBuilder...elit' ) doc_b = aw . Document () builder_b = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ViewOptions.zoom_percent property | Aspose.Word...

    ViewOptions.zoom_percent property. Gets or sets the percentage at which you want to view your document.... doc = aw . Document () builder = aw . DocumentBuilder.... view_options . view_type = aw . settings . ViewType . PAGE_LAYOUT...

    reference.aspose.com/words/python-net/aspose.wo...
  3. StructuredDocumentTag.checked property | Aspose...

    StructuredDocumentTag.checked property. Gets/Sets current state of the Checkbox SDT... doc = aw . Document () builder = aw . DocumentBuilder...sdt_check_box = aw . markup . StructuredDocumentTa ( doc , aw . markup...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Font.double_strike_through property | Aspose.Wo...

    Font.double_strike_through property. True if the font is formatted as double strikethrough text.... doc = aw . Document () para = doc . get_child ( aw . NodeType...True ) . as_paragraph () run = aw . Run ( doc = doc , text = 'Text...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ShapeBase.title property | Aspose.Words for Nod...

    ShapeBase.title property. Gets or sets the title (caption) of the current shape object....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let shape = new aw . Drawing . Shape ( doc , aw . Drawing . ShapeType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Javascript में TEXT संपादित करें

    JavaScript कोड में TEXT संपादित करें।...const aw = require( '@aspose/words' ); var doc = new aw.Document(..."Input.txt" ) var builder = new aw.DocumentBuilder(doc) // दस्तावेज़...

    products.aspose.com/words/hi/nodejs-net/edit/text/
  7. Python में TEXT संपादित करें

    Python कोड में TEXT संपादित करें।...words as aw doc = aw.Document( "Input.txt" ) builder = aw.DocumentBuilder(doc)...words as aw doc = aw.Document( "Input.txt" ) builder = aw.DocumentBuilder(doc)...

    products.aspose.com/words/hi/python-net/edit/text/
  8. أرشيف

    أرشيف...words as aw # تحميل مستند Word doc = aw.Document("document...لـ doucment الجديدة newDoc = aw.Document() # امسح الأقسام الافتراضية...

    blog.aspose.com/ar/words/split-a-word-document-...
  9. Archiv

    Archiv...words as aw # načíst dokument aplikace Word doc = aw.Document("document...Document pro nový dokument newDoc = aw.Document() # vymazat výchozí...

    blog.aspose.com/cs/words/split-a-word-document-...
  10. HeaderFooterCollection indexer | Aspose.Words f...

    HeaderFooterCollection indexer. Retrieves a [HeaderFooter](../../headerfooter/) at the given index.... doc = aw . Document () builder = aw . DocumentBuilder...1' ) builder . insert_break ( aw . BreakType . SECTION_BREAK_NEW_PAGE...

    reference.aspose.com/words/python-net/aspose.wo...