Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 30,735 for

doc

(0.04 sec)
  1. TitleTime | Aspose.Note for .NET API Reference

    Gets or sets a string representation of the time in the title....; var doc = new Document (); var page = new Page ( doc ); page...new Title ( doc ) { TitleText = new RichText ( doc ) { Text =...

    reference.aspose.com/note/net/aspose.note/title...
  2. OoxmlCompliance enumeration | Aspose.Words for ...

    aspose.words.saving.OoxmlCompliance enumeration. Allows to specify which OOXML specification will be used when saving in the DocX format.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # If we configure compatibility...

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

    Optimize your content with the EnsureMinimum method, guaranteeing each section includes a Body with a Paragraph for enhanced clarity and structure.... Document doc = new Document (); // A blank...AreEqual ( NodeType . Section , doc . GetChild ( NodeType . Any ...

    reference.aspose.com/words/net/aspose.words/sec...
  4. DocumentSecurity Enum | Aspose.Words for .NET

    Discover Aspose.Words.DocumentSecurity enum to enhance your Document's security. Easily specify and manage security levels for optimal protection.... Document doc = new Document (); Assert . AreEqual...( DocumentSecurity . None , doc . BuiltInDocumentPrope . Security...

    reference.aspose.com/words/net/aspose.words.pro...
  5. Document.Cleanup | Aspose.Words for .NET

    Optimize your Documents with our Cleanup method—remove unused styles and lists for a cleaner, more efficient workflow. Enhance readability today!... Document doc = new Document (); doc . Styles . Add (...StyleType . List , "MyListStyle1" ); doc . Styles . Add ( StyleType ....

    reference.aspose.com/words/net/aspose.words/doc...
  6. Aspose::Words::Settings::WriteProtection::Valid...

    Aspose::Words::Settings::WriteProtection::ValidatePassword method. Returns true if the specified password is the same as the write-protection password the Document was protected with. If Document is not write-protected with password then returns false in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.set...
  7. DocSaveOptions | Aspose.Words for .NET

    Discover the DocSaveOptions constructor for seamless Document saving in Doc format. Enhance your workflow with easy, efficient Document management....used to save a document in the Doc format. public DocSaveOptions...Microsoft Word formats. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Row constructor | Aspose.Words for Python

    Row constructor. Initializes a new instance of the [Row](../) class....Row constructor Row(doc) Initializes a new instance of the Row...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CustomXmlProperty constructor | Aspose.Words fo...

    CustomXmlProperty constructor. Initializes a new instance of this class.... def create (): doc = aw . Document () # A smart...smart_tag = aw . markup . SmartTag ( doc ) # Smart tags are composite...

    reference.aspose.com/words/python-net/aspose.wo...
  10. SystemFontSource.get_system_font_folders method...

    SystemFontSource.get_system_font_folders method. Returns system font folders or empty array if folders are not accessible.... doc = aw . Document () doc . font_settings =...self . assertEqual ( 1 , len ( doc . font_settings . get_fonts_sources...

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