Sort Score
Result 10 results
Languages All
Labels All
Results 8,281 - 8,290 of 17,996 for

aws

(0.04 sec)
  1. ControlChar class | Aspose.Words for Python

    aspose.words.ControlChar class. Control characters often encountered in documents... doc = aw . Document () builder = aw . DocumentBuilder...world! { aw . ControlChar . CR } ' + f 'Hello again! { aw . ControlChar...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Working with Form Fields in Python|Aspose.Words...

    Insert, obtain, or format a form field in a document using Python....document: doc = aw . Document () builder = aw . DocumentBuilder...insert_text_input ( "TextInput" , aw . fields . TextFormFieldType...

    docs.aspose.com/words/python-net/working-with-f...
  3. FieldPageRef.insert_relative_position property ...

    FieldPageRef.insert_relative_position property. Gets or sets whether to insert a relative position of the bookmarked paragraph....field_page_ref (): doc = aw . Document () builder = aw . DocumentBuilder...'MyBookmark2' ) builder . insert_break ( aw . BreakType . PAGE_BREAK ) i...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Откройте документ, доступный только для чтения,...

    Сделайте ваш документ доступным только для чтения, чтобы его содержимое можно было скопировать или прочитать, но не изменять с помощью Python....words as aw doc = aw . Document () builder = aw . DocumentBuilder...as read-only. doc . protect ( aw . ProtectionType . READ_ONLY...

    docs.aspose.com/words/ru/python-net/open-a-docu...
  5. ShapeBase.height property | Aspose.Words for Py...

    ShapeBase.height property. Gets or sets the height of the containing block of the shape.... doc = aw . Document () builder = aw . DocumentBuilder...'Logo.jpg' ) shape . wrap_type = aw . drawing . WrapType . NONE #...

    reference.aspose.com/words/python-net/aspose.wo...
  6. SystemFontSource class | Aspose.Words for Python

    aspose.words.fonts.SystemFontSource class. Represents all TrueType fonts installed to the system... doc = aw . Document () doc . font_settings = aw . fonts ....()[ 0 ] self . assertEqual ( aw . fonts . FontSourceType . SYSTEM_FONTS...

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

    ShapeBase.width property. Gets or sets the width of the containing block of the shape....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Logo.jpg" ); shape . wrapType = aw . Drawing . WrapType . None ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. TxtLoadOptions.trailingSpacesOptions property |...

    TxtLoadOptions.trailingSpacesOptions property. Gets or sets preferred option of a trailing space handling... let loadOptions = new aw . Loading . TxtLoadOptions ();...txtTrailingSpacesOpt ; let doc = new aw . Document ( Buffer . from (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Travailler avec des graphiques en C++|Aspose.Wo...

    Introduction à la fonctionnalité de graphique, comment créer et manipuler des graphiques en utilisant C++....System :: String > ({ u "AW Category 1" , u "AW Category 2" }); //...series1 = seriesColl -> Add ( u "AW Series 1" , categories , System...

    docs.aspose.com/words/fr/cpp/how-to-set-fill-an...
  10. Style class | Aspose.Words for Node.js

    Aspose.Words.Style class. Represents a single built-in or user-defined style...new aw . Document (); let style = doc . styles . add ( aw . StyleType...automaticallyUpdate = true ; let builder = new aw . DocumentBuilder ( doc ); //...

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