Sort Score
Result 10 results
Languages All
Labels All
Results 2,361 - 2,370 of 30,983 for

doc

(0.05 sec)
  1. OoxmlSaveOptions.Compliance | Aspose.Words for ...

    Discover OoxmlSaveOptions Compliance to choose your OOXML version for output Documents. Optimize your files with the default Ecma376_2006 setting.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are two wrapping...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Cell.FirstParagraph | Aspose.Words for .NET

    Discover the Cell FirstParagraph property to effortlessly access the first paragraph from immediate children, enhancing your content management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Build the outer table....

    reference.aspose.com/words/net/aspose.words.tab...
  3. WriteProtection.ValidatePassword | Aspose.Words...

    Secure your Documents with the WriteProtection ValidatePassword method. Easily verify if the password matches the Document's protection for enhanced security.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words.set...
  4. Document.custom_xml_parts property | Aspose.Wor...

    Document.custom_xml_parts property. Gets or sets the collection of Custom XML Data Storage Parts....Custom XML Parts into OOXML and DOC documents only. This property...document tag with custom XML data. doc = aw . Document () # Construct...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TxtSaveOptionsBase.export_headers_footers_mode ...

    TxtSaveOptionsBase.export_headers_footers_mode property. Specifies the way headers and footers are exported to the text formats... doc = aw . Document () # Insert even...override the even headers/footers. doc . first_section . headers_footers...

    reference.aspose.com/words/python-net/aspose.wo...
  6. RunCollection | Aspose.Words for Java

    Provides typed access to a collection of Run nodes in Java.... Document doc = new Document(getMyDir() + "Revision...effectively. Assert.assertEquals(6, doc.getRevisions().getCount()); //...

    reference.aspose.com/words/java/com.aspose.word...
  7. CleanupOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.CleanupOptions to customize Document cleaning. Enhance your workflow with tailored settings for cleaner, more efficient Documents.... Document doc = new Document (); doc . Styles . Add (...StyleType . List , "MyListStyle1" ); doc . Styles . Add ( StyleType ....

    reference.aspose.com/words/net/aspose.words/cle...
  8. Aspose::Words::Style::get_LinkedStyleName metho...

    Aspose::Words::Style::get_LinkedStyleName method. Gets/sets the name of the Style linked to this one. Returns empty string if no styles are linked in C++.... auto doc = MakeObject < Document > ( MyDir...SharedPtr < Style > style = doc -> get_Styles () -> idx_get (...

    reference.aspose.com/words/cpp/aspose.words/sty...
  9. Aspose::Words::Fields::FieldAutoText::get_Entry...

    Aspose::Words::Fields::FieldAutoText::get_EntryName method. Gets or sets the name of the AutoText entry in C++.... auto doc = MakeObject < Document > ();...AutoText building block to it. doc -> set_GlossaryDocument ( MakeObject...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. Row | Aspose.Words for .NET

    Create dynamic Row instances easily with our Row constructor. Simplify your data management and enhance your coding efficiency today!...DocumentBase doc ) Parameter Type Description doc DocumentBase...CreateNestedTable () { Document doc = new Document (); // Create...

    reference.aspose.com/words/net/aspose.words.tab...