Sort Score
Result 10 results
Languages All
Labels All
Results 8,991 - 9,000 of 180,279 for

doc

(0.2 sec)
  1. Aspose::Words::Drawing::Fill::TwoColorGradient ...

    Aspose::Words::Drawing::Fill::TwoColorGradient method. Sets the specified fill to a two-color gradient in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Shape class | Aspose.Words for Python

    aspose.words.drawing.Shape class. Represents an object in the drawing layer, such as an AutoShape, textbox, freeform, OLE object, ActiveX control, or picture...Constructors Name Description Shape(doc, shape_type) Creates a new shape...system as individual files. doc = aw . Document ( MY_DIR + 'Images...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Paragraph.GetText | Aspose.Words for .NET

    Discover the Paragraph GetText method to effortlessly retrieve text, including paragraph endings, enhancing your text processing efficiency.... Document doc = new Document (); // An empty...one paragraph. Assert . That ( doc . FirstSection . Body . Paragraphs...

    reference.aspose.com/words/net/aspose.words/par...
  4. HeaderFooter | Aspose.Words for Java

    Represents a container for the header or footer text of a section in Java.... Document doc = new Document(getMyDir() + "Footer...HeaderFooterCollecti headersFooters = doc.getFirstSection().getHeadersFooters();...

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldPrint class | Aspose.Words for Python

    aspose.words.fields.FieldPrint class. Implements the PRINT field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'My paragraph'...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TaskPaneDockState Enum | Aspose.Words for .NET

    Discover the Aspose.Words.WebExtensions.TaskPaneDockState enum, which defines task pane locations for enhanced Document editing and user experience.... Document doc = new Document (); // Create...myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane . Add...

    reference.aspose.com/words/net/aspose.words.web...
  7. NodeCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.NodeCollection class, your go-to solution for managing diverse node types efficiently in Document processing. Enhance your workflow today!... Document doc = new Document ( MyDir + "Textboxes...canvas.docx" ); Shape [] shapes = doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words/nod...
  8. HeaderFooter class | Aspose.Words for Python

    aspose.words.HeaderFooter class. Represents a container for the header or footer text of a section...Name Description HeaderFooter(doc, header_footer_type) Creates...all footers from a document. doc = aw . Document ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldToc.InsertHyperlinks | Aspose.Words for .NET

    Control hyperlinking in your table of contents with FieldToc InsertHyperlinks. Enhance navigation and improve user experience effortlessly!...void FieldToc () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . StartBookmark (...

    reference.aspose.com/words/net/aspose.words.fie...
  10. FieldToc.CustomStyles | Aspose.Words for .NET

    Customize your table of contents with FieldToc's CustomStyles property. Easily add unique styles beyond built-in headings for enhanced presentation....void FieldToc () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . StartBookmark (...

    reference.aspose.com/words/net/aspose.words.fie...