Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 30,916 for

doc

(0.03 sec)
  1. CustomPartCollection.Item | Aspose.Words for .NET

    Effortlessly manage your CustomPartCollection with our item property. Quickly get or set items at any index for seamless customization and efficiency.... Document doc = new Document ( MyDir + "Custom...docx" ); Assert . AreEqual ( 2 , doc . PackageCustomParts . Count...

    reference.aspose.com/words/net/aspose.words.mar...
  2. CustomPart.is_external property | Aspose.Words ...

    CustomPart.is_external property. False if this custom part is stored inside the OOXML package... doc = aw . Document ( MY_DIR + 'Custom...docx' ) self . assertEqual ( 2 , doc . package_custom_parts . count...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldDocVariable.variable_name property | Aspos...

    FieldDocVariable.variable_name property. Gets or sets the name of the Document variable to retrieve.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are two ways of using...

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

    Watermark.type property. Gets the watermark type.... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  5. NodeCollection.removeAt method | Aspose.Words f...

    NodeCollection.removeAt method. Removes the node at the specified index from the collection and from the Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Settings::ViewOptions::get_ZoomP...

    Aspose::Words::Settings::ViewOptions::get_ZoomPercent method. Gets or sets the percentage (between 10 and 500) at which you want to view your Document in C++.... auto doc = MakeObject < Document > ();...> ( doc ); builder -> Writeln ( u "Hello world!" ); doc -> get_ViewOptions...

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

    Discover the Aspose.Words.Margins enum for customizable Document margins. Enhance your Document formatting with easy-to-use presets!... Document doc = new Document ( MyDir + "Rendering...the document within its pages. doc . Save ( ArtifactsDir + "Document...

    reference.aspose.com/words/net/aspose.words/mar...
  8. Section.deleteHeaderFooterShapes method | Aspos...

    Section.deleteHeaderFooterShapes method. Deletes all shapes (drawing objects) from the headers and footers of this section.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a primary header...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Style.automaticallyUpdate property | Aspose.Wor...

    Style.automaticallyUpdate property. Specifies whether this style is automatically redefined based on the appropriate value.... let doc = new aw . Document (); let style = doc . styles...= new aw . DocumentBuilder ( doc ); // Apply one of the styles...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. EmbeddedFontFormat enumeration | Aspose.Words f...

    aspose.words.fonts.EmbeddedFontFormat enumeration. Specifies format of particular embedded font inside [FontInfo](../fontinfo/) object.... doc = aw . Document ( file_name =...font.docx' ) embedded_font = doc . font_infos . get_by_name (...

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