Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 30,926 for

doc

(0.06 sec)
  1. FieldOptions.current_user property | Aspose.Wor...

    FieldOptions.current_user property. Gets or sets the current user information.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a UserInformation...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Comment.DateTimeUtc | Aspose.Words for .NET

    Discover the Comment DateTimeUtc property, which retrieves the exact UTC date and time of your comments for accurate tracking and management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); DateTime dateTime = DateTime...

    reference.aspose.com/words/net/aspose.words/com...
  3. HyphenationOptions class | Aspose.Words for Python

    aspose.words.settings.HyphenationOptions class. Allows to configure Document hyphenation options... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . size = 24...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Font.small_caps property | Aspose.Words for Python

    Font.small_caps property. True if the font is formatted as small capital letters.... doc = aw . Document () para = doc . get_child (...capitals: run = aw . Run ( doc = doc , text = 'all capitals' )...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Document.write_protection property | Aspose.Wor...

    Document.write_protection property. Provides access to the Document write protection options.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Frameset.IsFrameLinkToFile | Aspose.Words for .NET

    Discover how the Frameset IsFrameLinkToFile property enhances your web design by linking external resources seamlessly. Optimize your frames for better performance!... Document doc = new Document ( MyDir + "Frameset...docx" ); Assert . AreEqual ( 3 , doc . Frameset . ChildFramesets ...

    reference.aspose.com/words/net/aspose.words.fra...
  7. Aspose::Words::Layout::CommentDisplayMode enum ...

    Aspose::Words::Layout::CommentDisplayMode enum. Specifies the rendering mode for Document comments in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Write ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.lay...
  8. WriteProtection.read_only_recommended property ...

    WriteProtection.read_only_recommended property. Specifies whether the Document author has recommended that the Document be opened as read-only.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Document.PackageCustomParts | Aspose.Words for ...

    Manage custom parts in your OOXML package effortlessly. Access and modify linked content with ease for enhanced Document flexibility and functionality.... Document doc = new Document ( MyDir + "Custom...docx" ); Assert . AreEqual ( 2 , doc . PackageCustomParts . Count...

    reference.aspose.com/words/net/aspose.words/doc...
  10. CustomXmlProperty Class | Aspose.Words for .NET

    Discover the Aspose.Words.Markup.CustomXmlProperty class, designed to simplify managing custom XML attributes and smart tag properties for enhanced Document control....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...