Sort Score
Result 10 results
Languages All
Labels All
Results 2,521 - 2,530 of 43,437 for

table

(0.09 sec)
  1. Image Export - Annotation Features|Aspose.Words...

    Export images (JPEG, PNG, SVG, etc.) using annotation saving features in C#....Bookmark Name Yes Bookmark Table Columns N/A Comments Comments...State Planned Table Cell Deletion Planned Table Cell Insertion...

    docs.aspose.com/words/net/annotation-features-s...
  2. Image Export - Annotation Features|Aspose.Words...

    Export images (JPEG, PNG, SVG, etc.) using annotation saving features in Java....Bookmark Name Yes Bookmark Table Columns N/A Comments Comments...State Planned Table Cell Deletion Planned Table Cell Insertion...

    docs.aspose.com/words/java/annotation-features-...
  3. preferredwidthtype - Aspose.Words for Java - AP...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....SvgSaveOptions SystemFontSource Table TableCollection TableStyle ...for the preferred width of a table or cell. Example: Shows how...

    reference.aspose.com/words/java/com.aspose.word...
  4. PreferredWidth.FromPercent | Aspose.Words for ....

    PreferredWidth 方法. 一种创建方法它返回一个新实例该实例表示指定为百分比的首选宽度...DocumentBuilder ( doc ); Table table = builder . StartTable ();...builder . Write ( "Cell #3" ); table . PreferredWidth = PreferredWidth...

    reference.aspose.com/words/zh/net/aspose.words....
  5. Cell.EnsureMinimum | Aspose.Words for .NET

    Cell EnsureMinimum method. If the last child is not a paragraph creates and appends one empty paragraph in C#....= new Document (); Table table = new Table ( doc ); doc . FirstSection...AppendChild ( table ); Row row = new Row ( doc ); table . AppendChild...

    reference.aspose.com/words/net/aspose.words.tab...
  6. Working with DataTable Row Objects in Java|Aspo...

    Use simplified syntax in template expressions to work with DataTable row objects when building a report in Java.... The following table describes, which identifiers...or Child Row Parent (child) table name Given that r is a row of...

    docs.aspose.com/words/java/working-with-datatab...
  7. FieldAsk.BookmarkName | Aspose.Words for .NET A...

    FieldAsk 财产. 获取或设置书签的名称...DataTable table = new DataTable ( "My Table" ); table . Columns..."Column 1" ); table . Rows . Add ( "Row 1" ); table . Rows . Add...

    reference.aspose.com/words/zh/net/aspose.words....
  8. IFieldUserPromptRespondent.Respond | Aspose.Wor...

    IFieldUserPromptRespondent Respond method. When implemented returns a response from the user on prompting. Your implementation should return null to indicate that the user has not responded to the prompt i.e. the user has pressed the Cancel button in the prompt window in C#....DataTable table = new DataTable ( "My Table" ); table . Columns..."Column 1" ); table . Rows . Add ( "Row 1" ); table . Rows . Add...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Structured Document Tag RemoveSelfOnly results ...

    Hi team, While evaluating latest Aspose.Words library, we noticed the issue when remove rich text SDTs in the Word document and then published it to PDF. The 2nd column (“Total”) in the Table after SDTs are removed an…...2nd column (“Total”) in the table after SDTs are removed and document...The problematic tables are auto-fit tables (table layout depends...

    forum.aspose.com/t/structured-document-tag-remo...
  10. NullRefException by Creating Thumbnail of Table...

    hi, when I tried to create thumbnail of a Table with custom style, I got a NullRefException. Please use the code here and the example file to reproduce the problem. Thank u! using (Presentation presentation = new P…...NullRefException by Creating Thumbnail of Tables with Custom Style Aspose.Slides...Family slides-net , slides-table , slides-rendering JeffChiang...

    forum.aspose.com/t/nullrefexception-by-creating...