Sort Score
Result 10 results
Languages All
Labels All
Results 6,001 - 6,010 of 118,157 for

doc

(0.13 sec)
  1. OptionButtonControl.Selected | Aspose.Words for...

    Manage your OptionButtonControl with ease! Set or get its selected state with a simple boolean value for seamless user interaction.... Document doc = new Document ( MyDir + "Radio...); Shape shape1 = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  2. FieldPrint.PostScriptGroup | Aspose.Words for .NET

    Discover the FieldPrint PostScriptGroup property to easily manage your drawing rectangle for efficient PostScript instruction handling.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "My paragraph"...

    reference.aspose.com/words/net/aspose.words.fie...
  3. FieldChar | Aspose.Words for Java

    Base class for nodes that represent field characters in a Document in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); FieldDate field = (FieldDate)...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::TabStopCollection::Equals method...

    Aspose::Words::TabStopCollection::Equals method. Determines whether the specified TabStopCollection is equal in value to the current TabStopCollection in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < TabStopCollection...

    reference.aspose.com/words/cpp/aspose.words/tab...
  5. Aspose::Words::Saving::SaveOutputParameters cla...

    Aspose::Words::Saving::SaveOutputParameters class. This object is returned to the caller after a Document is saved and contains additional information that has been generated or calculated during the save operation. The caller can use or ignore this object. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_LegacyMode method. Gets or sets a boolean value indicating that old find/replace algorithm is used in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Write ( u "Jason...

    reference.aspose.com/words/cpp/aspose.words.rep...
  7. WarningSource enumeration | Aspose.Words for Py...

    aspose.words.WarningSource enumeration. Specifies the module that produces a warning during Document loading or saving.... DOC Module that reads/writes binary DOC files. TEXT...work with the warning source. doc = aw . Document ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Comment.setText method | Aspose.Words for Node.js

    Comment.setText method. This is a convenience method that allows to easily set text of the comment.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); let comment = new aw . Comment ( doc , "John Doe"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Comment.addReply method | Aspose.Words for Node.js

    Comment.addReply method. Adds a reply to this comment.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); let comment = new aw . Comment ( doc , "John Doe"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Hyphenation.isDictionaryRegistered method | Asp...

    Hyphenation.isDictionaryRegistered method. Returns ``false`` if for the specified language there is no dictionary registered or if registered is Null dictionary, ``true`` otherwise.... let doc = new aw . Document ( base ...."German text.docx" ); expect ( doc . firstSection . body . firstParagraph...

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