Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 30,980 for

doc

(0.06 sec)
  1. BuiltInDocumentProperties.bytes property | Aspo...

    BuiltInDocumentProperties.bytes property. Represents an estimate of the number of bytes in the Document.... def content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs...'Paragraphs.docx' ) properties = doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PageSet constructor | Aspose.Words for Python

    aspose.words.saving.PageSet constructor... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Page...

    reference.aspose.com/words/python-net/aspose.wo...
  3. BuiltInDocumentProperties.characters_with_space...

    BuiltInDocumentProperties.characters_with_spaces property. Represents an estimate of the number of characters (including spaces) in the Document.... def content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs...'Paragraphs.docx' ) properties = doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ListLevel.start_at property | Aspose.Words for ...

    ListLevel.start_at property. Returns or sets the starting number for this list level.... doc = aw . Document () # A list allows...two of its list levels. list = doc . lists . add ( list_template...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Field.is_dirty property | Aspose.Words for Python

    Field.is_dirty property. Gets or sets whether the current result of the field is no longer correct (stale) due to other modifications made to the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Give the document's built-in...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::StyleCollection::idx_get method ...

    Aspose::Words::StyleCollection::idx_get method. Gets a built-in style by its locale independent identifier in C++.... auto doc = MakeObject < Document > ();...< StyleCollection > styles = doc -> get_Styles (); // Set default...

    reference.aspose.com/words/cpp/aspose.words/sty...
  7. FootnoteOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.FootnoteOptions class for customizable footnote numbering in your Documents and sections. Enhance your Document's clarity today!... Document doc = new Document ( MyDir + "Footnotes...docx" ); doc . FootnoteOptions . Columns = 2 ; doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.not...
  8. Aspose::Words::Fonts::FontInfoCollection::idx_g...

    Aspose::Words::Fonts::FontInfoCollection::idx_get method. Gets a font with the specified name in C++.... auto doc = MakeObject < Document > ( MyDir...< FontInfo > embeddedFont = doc -> get_FontInfos () -> idx_get...

    reference.aspose.com/words/cpp/aspose.words.fon...
  9. CustomXmlProperty.Name | Aspose.Words for .NET

    Define your custom XML attributes effortlessly with the CustomXmlProperty Name property. Enhance your Documents with smart tags for better organization....public void Create () { Document doc = new Document (); // A smart...SmartTag smartTag = new SmartTag ( doc ); // Smart tags are composite...

    reference.aspose.com/words/net/aspose.words.mar...
  10. SmartTag.element property | Aspose.Words for No...

    SmartTag.element property. Specifies the name of the smart tag within the Document....test ( 'Create' , () => { let doc = new aw . Document (); // A...new aw . Markup . SmartTag ( doc ); // Smart tags are composite...

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