Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 155,673 for

doc

(0.17 sec)
  1. LayoutOptions.show_paragraph_marks property | A...

    LayoutOptions.show_paragraph_marks property. Gets or sets indication of whether paragraph marks are rendered... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add some paragraphs, then...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Markup::CustomXmlProperty class ...

    Aspose::Words::Markup::CustomXmlProperty class. Represents a single custom XML attribute or a smart tag property. To learn more, visit the Documentation article in C++.... void Create () { auto doc = MakeObject < Document > ();...= MakeObject < SmartTag > ( doc ); // Smart tags are composite...

    reference.aspose.com/words/cpp/aspose.words.mar...
  3. Document.show_spelling_errors property | Aspose...

    Document.show_spelling_errors property. Specifies whether to display spelling errors in this Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert two sentences with...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FontInfoCollection.contains method | Aspose.Wor...

    FontInfoCollection.contains method. Determines whether the collection contains a font with the given name.... doc = aw . Document () # A blank...( 3 , doc . font_infos . count ) self . assertTrue ( doc . font_infos...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Watermark.Type | Aspose.Words for .NET

    Discover the Watermark Type property to enhance your design with customizable watermarks for branding and protection. Elevate your visuals today!... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...

    reference.aspose.com/words/net/aspose.words/wat...
  6. PageSetup.LayoutMode | Aspose.Words for .NET

    Discover the PageSetup LayoutMode property to easily customize your Document's layout. Enhance your design with flexible section options!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Enable pitching, and then...

    reference.aspose.com/words/net/aspose.words/pag...
  7. LayoutFlow enumeration | Aspose.Words for Python

    aspose.words.drawing.LayoutFlow enumeration. Determines the flow of the text layout in a textbox.... and change its orientation doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) textbox = aw . drawing . Shape ( doc , aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  8. LoadOptions.PreserveIncludePictureField | Aspos...

    Control the INCLUDEPICTURE field in Microsoft Word formats with LoadOptions PreserveIncludePictureField. Easily manage Document formatting for optimal results.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); FieldIncludePicture includePicture...

    reference.aspose.com/words/net/aspose.words.loa...
  9. DocumentBuilder.startBookmark method | Aspose.W...

    DocumentBuilder.startBookmark method. Marks the current position in the Document as a bookmark start.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // A valid bookmark needs...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. DocumentBuilder.endBookmark method | Aspose.Wor...

    DocumentBuilder.endBookmark method. Marks the current position in the Document as a bookmark end.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // A valid bookmark needs...

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