Sort Score
Result 10 results
Languages All
Labels All
Results 6,851 - 6,860 of 155,671 for

doc

(0.1 sec)
  1. Style.Styles | Aspose.Words for .NET

    Discover the Style Styles property to access a curated collection of styles, enhancing your design with unique, cohesive aesthetics....Document doc = new Document (); Assert . AreEqual ( 4 , doc . Styles...IEnumerator < Style > stylesEnum = doc . Styles . GetEnumerator ())...

    reference.aspose.com/words/net/aspose.words/sty...
  2. TextColumnCollection.line_between property | As...

    TextColumnCollection.line_between property. When ``True``, adds a vertical line between columns.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Configure the current section's...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Style.is_quick_style property | Aspose.Words fo...

    Style.is_quick_style property. Specifies whether this style is shown in the Quick Style gallery inside MS Word UI.... doc = aw . Document () self . assertEqual ( 4 , doc . styles...by default. for cur_style in doc . styles : print ( f 'Style name:...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Notes::FootnotePosition enum | A...

    Aspose::Words::Notes::FootnotePosition enum. Defines the footnote position in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // A footnote is a way to...

    reference.aspose.com/words/cpp/aspose.words.not...
  5. Aspose::Words::Document::JoinRunsWithSameFormat...

    Aspose::Words::Document::JoinRunsWithSameFormatting method. Joins runs with same formatting in all paragraphs of the Document in C++.... auto doc = MakeObject < Document > ( MyDir...simplified. ASSERT_EQ ( 317 , doc -> GetChildNodes ( NodeType ::...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. StructuredDocumentTag.DateDisplayFormat | Aspos...

    Discover the StructuredDocumentTag DateDisplayFormat property to customize date display formats effortlessly. Enhance your Document's clarity and appeal!... Document doc = new Document (); // Insert...= new StructuredDocumentTa ( doc , SdtType . Date , MarkupLevel...

    reference.aspose.com/words/net/aspose.words.mar...
  7. HtmlSaveOptions.ResolveFontNames | Aspose.Words...

    Discover how the HtmlSaveOptions ResolveFontNames property enhances Document formatting by ensuring accurate font substitutions in HTML outputs.... Document doc = new Document ( MyDir + "Missing...not have. Assert . NotNull ( doc . FontInfos [ "28 Days Later"...

    reference.aspose.com/words/net/aspose.words.sav...
  8. StructuredDocumentTag.full_date property | Aspo...

    StructuredDocumentTag.full_date property. Specifies the full date and time last entered into this SDT.... doc = aw . Document () # Insert a...markup . StructuredDocumentTa ( doc , aw . markup . SdtType . DATE...

    reference.aspose.com/words/python-net/aspose.wo...
  9. EditableRange.EditableRangeEnd | Aspose.Words f...

    Discover the EditableRangeEnd property, easily access the node marking the end of your editable range for seamless content management.... Document doc = new Document (); doc . Protect ( ProtectionType...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words/edi...
  10. Table.AutoFit | Aspose.Words for .NET

    Discover the Table AutoFit method to effortlessly resize tables and cells for optimal layout. Enhance your Document's presentation with ease!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words.tab...