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

doc

(0.05 sec)
  1. VbaProject.IsProtected | Aspose.Words for .NET

    Discover if your VbaProject is password protected with the IsProtected property. Ensure your code's security and streamline project management effectively!... Document doc = new Document ( MyDir + "Vba...protected.docm" ); Assert . True ( doc . VbaProject . IsProtected );...

    reference.aspose.com/words/net/aspose.words.vba...
  2. 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...
  3. ViewOptions.ZoomPercent | Aspose.Words for .NET

    Adjust the ViewOptions ZoomPercent property to set your Document's zoom level between 10-500%. Enhance readability and optimize your viewing experience!... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . ViewOptions...

    reference.aspose.com/words/net/aspose.words.set...
  4. Document.GrammarChecked | Aspose.Words for .NET

    Ensure your Document's quality with the GrammarChecked property. Discover if your text is grammar-verified for polished, professional results.... Document doc = new Document (); // The string...string with spelling errors. doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Document.SpellingChecked | Aspose.Words for .NET

    Ensure your Document is error-free with the SpellingChecked property. Discover if your content has been thoroughly spell-checked for professionalism.... Document doc = new Document (); // The string...string with spelling errors. doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/doc...
  6. Aspose::Words::NodeCollection::Clear method | A...

    Aspose::Words::NodeCollection::Clear method. Removes all nodes from this collection and from the Document in C++.... auto doc = MakeObject < Document > ( MyDir...document's contents. ASSERT_EQ ( 1 , doc -> get_Sections () -> get_Count...

    reference.aspose.com/words/cpp/aspose.words/nod...
  7. Font.strikeThrough property | Aspose.Words for ...

    Font.strikeThrough property. True if the font is formatted as strikethrough text.... let doc = new aw . Document (); let para = doc . getParagraph...); let run = new aw . Run ( doc , "Text with a single-line strikethrough...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Font.doubleStrikeThrough property | Aspose.Word...

    Font.doubleStrikeThrough property. True if the font is formatted as double strikethrough text.... let doc = new aw . Document (); let para = doc . getParagraph...); let run = new aw . Run ( doc , "Text with a single-line strikethrough...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FieldIndexFormat enumeration | Aspose.Words for...

    aspose.words.fields.FieldIndexFormat enumeration. Specifies the formatting for the [FieldIndex](../fieldindex/) fields in a Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'A' ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. VbaProject.is_protected property | Aspose.Words...

    VbaProject.is_protected property. Shows whether the [VbaProject](../) is password protected.... doc = aw . Document ( file_name =...docm' ) self . assertTrue ( doc . vba_project . is_protected...

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