Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 157,133 for

doc

(0.05 sec)
  1. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Pages method. Represents an estimate of the number of pages in the Document in C++.... void Content () { auto doc = MakeObject < Document > ( MyDir...BuiltInDocumentPrope > properties = doc -> get_BuiltInDocumentPrope ();...

    reference.aspose.com/words/cpp/aspose.words.pro...
  2. ViewOptions.viewType property | Aspose.Words fo...

    ViewOptions.viewType property. Controls the view mode in Microsoft Word.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . viewOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Open a Document Read-Only in Python|Aspose.Word...

    Make your Document read-only so that the content can be copied or read, but not modified using Python....words as aw doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . write ( "Open document...

    docs.aspose.com/words/python-net/open-a-documen...
  4. Aspose::Words::ControlChar::FieldSeparatorChar ...

    Aspose::Words::ControlChar::FieldSeparatorChar field. Field separator character separates field code from field value. Optional in some fields. Value: (char)20 in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  5. Aspose::Words::ControlChar::CrLf method | Aspos...

    Aspose::Words::ControlChar::CrLf method. Carriage return followed by line feed character: "\x000d\x000a" or "\r\n". Not used as such in Microsoft Word Documents, but commonly used in text files for paragraph breaks in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  6. NodeCollection.clear method | Aspose.Words for ...

    NodeCollection.clear method. Removes all nodes from this collection and from the Document.... doc = aw . Document ( file_name =...1 , doc . sections . count ) self . assertEqual ( 17 , doc . sections...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ShapeBase.WrapType | Aspose.Words for .NET

    Discover the ShapeBase WrapType property, control inline or floating shapes and customize text wrapping for enhanced layout flexibility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a floating image...

    reference.aspose.com/words/net/aspose.words.dra...
  8. DocumentBase.BackgroundShape | Aspose.Words for...

    Discover the DocumentBase BackgroundShape property, easily customize your Document's background shape for enhanced visual appeal. Maximize your design potential!...Document doc = new Document (); Assert . IsNull ( doc . BackgroundShape...shapeRectangle = new Shape ( doc , ShapeType . Rectangle ); //...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Aspose::Words::Settings::HyphenationOptions::ge...

    Aspose::Words::Settings::HyphenationOptions::get_AutoHyphenation method. Gets or sets value determining whether automatic hyphenation is turned on for the Document. Default value for this property is false in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words.set...
  10. Aspose::Words::Settings::HyphenationOptions::ge...

    Aspose::Words::Settings::HyphenationOptions::get_HyphenateCaps method. Gets or sets value determining whether words written in all capital letters are hyphenated. Default value for this property is true in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words.set...