Sort Score
Result 10 results
Languages All
Labels All
Results 6,471 - 6,480 of 170,563 for

doc

(0.34 sec)
  1. List.IsListStyleReference | Aspose.Words for .NET

    Discover the IsListStyleReference property, it indicates if a list references a specific style, enhancing your Document's formatting and organization.... Document doc = new Document (); // A list...within a style. Style listStyle = doc . Styles . Add ( StyleType ....

    reference.aspose.com/words/net/aspose.words.lis...
  2. DocumentBuilder.isAtStartOfParagraph property |...

    DocumentBuilder.isAtStartOfParagraph property. Returns ``true`` if the cursor is at the beginning of the current paragraph (no text before the cursor).... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a valid bookmark...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Drawing::ShapeBase::get_CoordSiz...

    Aspose::Words::Drawing::ShapeBase::get_CoordSize method. The width and height of the coordinate space inside the containing block of this shape in C++.... auto doc = System :: MakeObject < Aspose...:: Drawing :: GroupShape > ( doc ); ASSERT_EQ ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. ToaCategories.DefaultCategories | Aspose.Words ...

    Discover the ToaCategories DefaultCategories property for easy access to essential table of authorities categories. Streamline your Document management today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // TOA fields can filter their...

    reference.aspose.com/words/net/aspose.words.fie...
  5. CellFormat.horizontalMerge property | Aspose.Wo...

    CellFormat.horizontalMerge property. Specifies how the cell is merged horizontally with other cells in the row.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a cell into the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DocumentVisitor.VisitBookmarkStart | Aspose.Wor...

    Discover the DocumentVisitor VisitBookmarkStart method, triggered at bookmark beginnings in your Document. Enhance your coding efficiency today!... Document doc = CreateDocumentWithBo ( 3 );...BookmarkCollection bookmarks = doc . Range . Bookmarks ; PrintAllBookmarkInfo...

    reference.aspose.com/words/net/aspose.words/doc...
  7. FieldMergingArgs.Text | Aspose.Words for .NET

    Manage your Document's merge fields effortlessly with FieldMergingArgs. Easily set or retrieve text for seamless Document integration....void MergeHtml () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( @"MERGEFIELD...

    reference.aspose.com/words/net/aspose.words.mai...
  8. 档案

    档案...System::SharedPtr<Document> doc = System::MakeObject<Document>(sourceDataDir...System::MakeObject<DocumentBuilder>(doc); // 在文档开头插入目录。 builder->Ins...

    blog.aspose.com/zh/words/working-with-table-of-...
  9. Section.PrependContent | Aspose.Words for .NET

    Enhance your content with the Section PrependContent method, effortlessly inserting source section text at the start for improved organization and clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Section...

    reference.aspose.com/words/net/aspose.words/sec...
  10. ChartStyle enumeration | Aspose.Words for Python

    aspose.words.drawing.charts.ChartStyle enumeration. Specifies predefined styles of a chart.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a chart in the Black...

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