Sort Score
Result 10 results
Languages All
Labels All
Results 6,091 - 6,100 of 299,987 for

doc

(0.1 sec)
  1. Aspose::Words::Fields::FieldOptions::get_Defaul...

    Aspose::Words::Fields::FieldOptions::get_DefaultDocumentAuthor method. Gets or sets default Document author's name. If author's name is already specified in built-in Document properties, this option is not considered in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // AUTHOR fields source their...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. StyleCollection.Document | Aspose.Words for .NE...

    StyleCollection 财产. 获取所有者文档...Document doc = new Document (); Assert . AreEqual ( 4 , doc . Styles...IEnumerator < Style > stylesEnum = doc . Styles . GetEnumerator ())...

    reference.aspose.com/words/zh/net/aspose.words/...
  3. Fill.ForeColor | Aspose.Words for .NET

    Fill ForeColor property. Gets or sets a Color object that represents the foreground color for the fill in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are four examples...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Footnote constructor | Aspose.Words for Python

    Footnote constructor. Initializes an instance of the [Footnote](../) class....Footnote constructor Footnote(doc, footnote_type) Initializes an...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Drawing::ShapeBase::get_Bounds m...

    Aspose::Words::Drawing::ShapeBase::get_Bounds method. Gets or sets the location and size of the containing block of the shape in C++.... auto doc = MakeObject < Document > ();...MakeObject < GroupShape > ( doc ); ASSERT_EQ ( WrapType :: None...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. WebExtensionProperty | Aspose.Words for .NET

    WebExtensionProperty constructor. Creates web extension custom property with specified name and value in C#.... Document doc = new Document (); // Create...myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane . Add...

    reference.aspose.com/words/net/aspose.words.web...
  7. CommentRangeStart | Aspose.Words for Java

    Denotes the start of a region of text that has a comment associated with it in Java....throws Exception { Document doc = new Document(); Comment newComment...newComment = new Comment(doc); { newComment.setAuthor("VDeryushev");...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::BookmarkEnd Class Reference - As...

    Represents an end of a bookmark in a Word Document.... SharedPtr<Document> doc = CreateDocumentWithBo(3); S...SharedPtr<BookmarkCollection> bookmarks = doc->get_Range()->get_Bookmarks();...

    reference.aspose.com/words/cpp/class/aspose.wor...
  9. ArrowWidth enumeration | Aspose.Words for Python

    aspose.words.drawing.ArrowWidth enumeration. Width of the arrow at the end of a line.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Below are four examples of shapes...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Stroke.color property | Aspose.Words for Python

    Stroke.color property. Defines the color of a stroke.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Below are four examples of shapes...

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