Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 30,980 for

doc

(0.05 sec)
  1. Shape | Aspose.Words for .NET

    Create unique shape objects effortlessly with our Shape Constructor. Design custom forms and enhance your projects with ease and precision!...public Shape ( DocumentBase doc , ShapeType shapeType ) Parameter...Parameter Type Description doc DocumentBase The owner document. shapeType...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Aspose::Words::Document::get_ProtectionType met...

    Aspose::Words::Document::get_ProtectionType method. Gets the currently active Document protection type in C++.... auto doc = MakeObject < Document > (); doc -> Protect (...ProtectionType :: ReadOnly , doc -> get_ProtectionType ()); //...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. XmlMapping.setMapping method | Aspose.Words for...

    XmlMapping.setMapping method. Sets a mapping between the parent structured Document tag and an XML node of a custom XML data part.... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. CustomXmlPartCollection.add method | Aspose.Wor...

    Aspose.Words.Markup.CustomXmlPartCollection.add method... let doc = new aw . Document (); // Construct...</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. TxtSaveOptionsBase.exportHeadersFootersMode pro...

    TxtSaveOptionsBase.exportHeadersFootersMode property. Specifies the way headers and footers are exported to the text formats... let doc = new aw . Document (); // Insert...override the even headers/footers. doc . firstSection . headersFooters...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. BuiltInDocumentProperties.Paragraphs | Aspose.W...

    Discover the BuiltInDocumentProperties Paragraphs property, offering an accurate estimate of paragraph count in your Document for better content management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Lorem...

    reference.aspose.com/words/net/aspose.words.pro...
  7. Aspose::Words::Fields::Field::Update method | A...

    Aspose::Words::Fields::Field::Update method. Performs the field update. Throws if the field is being updated already in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert two fields while...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Aspose::Words::Tables::Cell::get_FirstParagraph...

    Aspose::Words::Tables::Cell::get_FirstParagraph method. Gets the first paragraph among the immediate children in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Build the outer table....

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. Story.FirstParagraph | Aspose.Words for .NET

    Discover the Story FirstParagraph property to easily extract the first paragraph of any story, enhancing your content and user engagement....Document doc = new Document (); Run run = new Run ( doc , "Hello...HighlightColor = Color . Yellow ; doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/sto...
  10. ViewOptions.view_type property | Aspose.Words f...

    ViewOptions.view_type property. Controls the view mode in Microsoft Word.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . view_options...

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