Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 30,983 for

doc

(0.07 sec)
  1. RevisionColor enumeration | Aspose.Words for No...

    Aspose.Words.Layout.RevisionColor enumeration. Allows to specify color of Document revisions.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a revision, then...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. DocumentBuilder.cell_format property | Aspose.W...

    DocumentBuilder.cell_format property. Returns an object that represents current table cell formatting properties.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Paragraph.ParagraphFormat | Aspose.Words for .NET

    Discover the ParagraphFormat property for enhanced paragraph styling. Unlock advanced formatting options to elevate your Document's appearance!... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/par...
  4. Inline.Font | Aspose.Words for .NET

    Discover the Inline Font property for seamless font formatting control. Enhance your design with easy access to customizable text styles and effects.... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/inl...
  5. FieldOptions.BibliographyStylesProvider | Aspos...

    Discover the FieldOptions BibliographyStylesProvider property for customizable bibliography styles, enhancing your FieldBibliography and FieldCitation fields....ChangeBibliographySt () { Document doc = new Document ( MyDir + "Bibliography...with the following code: // doc.Bibliography.BibliographyStyle...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Aspose::Words::Layout::PageLayoutCallbackArgs::...

    Aspose::Words::Layout::PageLayoutCallbackArgs::get_Document method. Gets Document in C++....PageLayoutCallback () { auto doc = MakeObject < Document > (); doc -> get_BuiltInDocumentPrope...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> get_LayoutOptions...

    reference.aspose.com/words/cpp/aspose.words.lay...
  7. ListLevel.custom_number_style_format property |...

    ListLevel.custom_number_style_format property. Gets or sets the custom number style format for this list level... doc = aw . Document ( file_name =...leading zero.docx' ) list_level = doc . first_section . body . paragraphs...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentBase.Styles | Aspose.Words for .NET

    Explore the DocumentBase Styles property to access a rich collection of customizable styles, enhancing your Document's visual appeal and consistency....Document doc = new Document (); Assert . AreEqual ( 4 , doc . Styles...IEnumerator < Style > stylesEnum = doc . Styles . GetEnumerator ())...

    reference.aspose.com/words/net/aspose.words/doc...
  9. DocumentBase.styles property | Aspose.Words for...

    DocumentBase.styles property. Returns a collection of styles defined in the Document.... let doc = new aw . Document (); expect ( doc . styles ...default. for ( var style of doc . styles ) { console . log (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ShapeBase.screen_tip property | Aspose.Words fo...

    ShapeBase.screen_tip property. Defines the text displayed when the mouse pointer moves over the shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_image...

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