Sort Score
Result 10 results
Languages All
Labels All
Results 5,511 - 5,520 of 92,639 for

doc

(0.09 sec)
  1. ControlChar.FIELD_END_CHAR property | Aspose.Wo...

    ControlChar.FIELD_END_CHAR property. End of MS Word field character: (char)21.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Add a regular space. builder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ControlChar.NON_BREAKING_SPACE property | Aspos...

    ControlChar.NON_BREAKING_SPACE property. Non-breaking space character: \x00a0.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Add a regular space. builder...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FontInfoCollection.embed_system_fonts property ...

    FontInfoCollection.embed_system_fonts property. Specifies whether or not to embed System fonts into the Document... This option works for DOC, DOCX and RTF formats only. Examples...with embedded TrueType fonts. doc = aw . Document ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ListCollection.AddSingleLevelList | Aspose.Word...

    Effortlessly create and add a single-level list to your Document with the ListCollection AddSingleLevelList method, enhancing organization and clarity.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); ListCollection listCollection = doc . Lists ;...

    reference.aspose.com/words/net/aspose.words.lis...
  5. ParagraphFormat.right_indent property | Aspose....

    ParagraphFormat.right_indent property. Gets or sets the value (in points) that represents the right indent for paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Center all text that the...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldAutoTextList.entry_name property | Aspose....

    FieldAutoTextList.entry_name property. Gets or sets the name of the AutoText entry....def field_auto_text_list (): doc = aw . Document () # Create a...populate it with auto text entries. doc . glossary_document = aw . buildingblocks...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldAutoTextList.screen_tip property | Aspose....

    FieldAutoTextList.screen_tip property. Gets or sets the text of the ScreenTip to show....def field_auto_text_list (): doc = aw . Document () # Create a...populate it with auto text entries. doc . glossary_document = aw . buildingblocks...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Font.styleIdentifier property | Aspose.Words fo...

    Font.styleIdentifier property. Gets or sets the locale independent style identifier of the character style applied to this formatting.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Below are two ways of referencing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Field.display_result property | Aspose.Words fo...

    Field.display_result property. Gets the text that represents the displayed field result.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'This document...

    reference.aspose.com/words/python-net/aspose.wo...
  10. DocumentDirection enumeration | Aspose.Words fo...

    aspose.words.loading.DocumentDirection enumeration. Allows to specify the direction to flow the text in a Document.... doc = aw . Document ( file_name =...load_options ) self . assertTrue ( doc . first_section . body . first_paragraph...

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