Sort Score
Result 10 results
Languages All
Labels All
Results 4,961 - 4,970 of 300,003 for

doc

(0.14 sec)
  1. Aspose::Words::DocumentBuilder Class Reference ...

    Provides methods to insert text, images and other content, specify font, paragraph and section formatting.... auto doc = MakeObject<Document>(); auto...MakeObject<DocumentBuilder>(doc); // Specify that we want different...

    reference.aspose.com/words/cpp/class/aspose.wor...
  2. Visit | Aspose.PDF for .NET API Reference

    Extracts tables on the specified page... // Open document Document doc = new Document ( @"D:\Tests\input...absorber absorber . Visit ( doc . Pages [ 1 ]); // Get access...

    reference.aspose.com/pdf/net/aspose.pdf.text/ta...
  3. PDF3DView | Aspose.PDF for .NET API Reference

    Initializes a new instance of the PDF3DViewaspose.pdf.annotations/pdf3dview class....public PDF3DView ( Document doc , Matrix3D cameraPosition , double...) Parameter Type Description doc Document The document. cameraPosition...

    reference.aspose.com/pdf/net/aspose.pdf.annotat...
  4. FieldStyleRef.style_name property | Aspose.Word...

    FieldStyleRef.style_name property. Gets or sets the name of the style by which the text to search for is formatted.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a list based using...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TextPath.FontFamily | Aspose.Words for .NET API 参考

    TextPath 财产. 定义 textpath 字体的系列... { Document doc = new Document (); // 插入一个艺术字对象以在...Shape shape = AppendWordArt ( doc , "Hello World! This text is...

    reference.aspose.com/words/zh/net/aspose.words....
  6. Row.RowFormat | Aspose.Words for .NET API 参考

    Row 财产. 提供对行的格式化属性的访问... Document doc = new Document ( MyDir + "Tables..."Tables.docx" ); Table table = doc . FirstSection . Body . Tables...

    reference.aspose.com/words/zh/net/aspose.words....
  7. UserInformation.Initials | Aspose.Words for .NE...

    UserInformation 财产. 获取或设置用户的姓名缩写... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // 创建一个 UserInformation 对...

    reference.aspose.com/words/zh/net/aspose.words....
  8. List.Document | Aspose.Words for .NET

    List Document property. Gets the owner Document in C#....Document doc = new Document (); ListCollection lists = doc . Lists...Lists ; Assert . AreEqual ( doc , lists . Document ); List list...

    reference.aspose.com/words/net/aspose.words.lis...
  9. DocumentProperty.IsLinkToContent | Aspose.Words...

    DocumentProperty IsLinkToContent property. Shows whether this property is linked to content or not in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . StartBookmark (...

    reference.aspose.com/words/net/aspose.words.pro...
  10. Aspose::Words::Section::AppendContent method | ...

    Aspose::Words::Section::AppendContent method. Inserts a copy of content of the source section at the end of this section in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Write ( u "Section...

    reference.aspose.com/words/cpp/aspose.words/sec...