Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 30,925 for

doc

(0.09 sec)
  1. Frameset.FrameDefaultUrl | Aspose.Words for .NET

    Discover the Frameset FrameDefaultUrl property to easily set web page URLs or Document files for seamless frame displays. Enhance your web experience!... Document doc = new Document ( MyDir + "Frameset...docx" ); Assert . AreEqual ( 3 , doc . Frameset . ChildFramesets ...

    reference.aspose.com/words/net/aspose.words.fra...
  2. BookmarkCollection.Clear | Aspose.Words for .NET

    Effortlessly clear all bookmarks from your Document with the BookmarkCollection Clear method. Streamline your workflow and enhance organization today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert five bookmarks with...

    reference.aspose.com/words/net/aspose.words/boo...
  3. BookmarkCollection.Count | Aspose.Words for .NET

    Discover the BookmarkCollection Count property, which efficiently returns the total number of bookmarks, enhancing your data management capabilities.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert five bookmarks with...

    reference.aspose.com/words/net/aspose.words/boo...
  4. Document.frameset property | Aspose.Words for P...

    Document.frameset property. Returns a [Document.frameset](./) instance if this Document represents a frames page.... doc = aw . Document ( file_name =...docx' ) self . assertEqual ( 3 , doc . frameset . child_framesets...

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

    List.list_id property. Gets the unique identifier of the list.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . list_format . ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Frameset.is_frame_link_to_file property | Aspos...

    Frameset.is_frame_link_to_file property. Gets or sets a value indicating whether the web page or Document file name specified in the [Frameset.frame_default_url](../frame_default_url/) property is an external resource the frame is linked with.... doc = aw . Document ( file_name =...docx' ) self . assertEqual ( 3 , doc . frameset . child_framesets...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Document::Cleanup method | Aspos...

    Aspose::Words::Document::Cleanup method. Cleans unused styles and lists from the Document in C++.... auto doc = MakeObject < Document > (); doc -> get_Styles...:: List , u "MyListStyle1" ); doc -> get_Styles () -> Add ( StyleType...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. FieldOptions.FieldIndexFormat | Aspose.Words fo...

    Discover how to utilize the FieldIndexFormat property in FieldOptions to customize FieldIndex formatting for enhanced Document clarity and organization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "A" ); builder...

    reference.aspose.com/words/net/aspose.words.fie...
  9. ViewType Enum | Aspose.Words for .NET

    Discover Aspose.Words.Settings.ViewType enum for Microsoft Word. Unlock flexible view modes to enhance Document presentation and user experience.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . ViewOptions...

    reference.aspose.com/words/net/aspose.words.set...
  10. Aspose::Words::Settings::ViewType enum | Aspose...

    Aspose::Words::Settings::ViewType enum. Possible values for the view mode in Microsoft Word in C++.... auto doc = MakeObject < Document > ();...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> get_ViewOptions...

    reference.aspose.com/words/cpp/aspose.words.set...