Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 5,810 for

table

(0.04 sec)
  1. HeightRule enumeration | Aspose.Words for Python

    aspose.words.HeightRule enumeration. Specifies the rule for determining the height of an object....DocumentBuilder ( doc = doc ) table = builder . start_table () builder . insert_cell...2, cell 1.' ) builder . end_table () # The first row was unaffected...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ParagraphFormat.keep_with_next property | Aspos...

    ParagraphFormat.keep_with_next property. True if the paragraph is to remains on the same page as the paragraph that follows it....Examples Shows how to set a table to stay together on the same...= MY_DIR + 'Table spanning two pages.docx' ) table = doc . first_section...

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

    Discover how to effectively use the Comparer Create method to generate new instances of the converter processor for enhanced performance and efficiency....string firstDoc = MyDir + "Table column bookmarks.docx" ; string...string secondDoc = MyDir + "Table column bookmarks.doc" ; ComparerContext...

    reference.aspose.com/words/net/aspose.words.low...
  4. Re-sizing Shapes on Slide|Aspose.Slides Documen...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Pptx ); If there is any table in the slide then above code...that case, every cell of the table needs to be resized. You need...

    docs.aspose.com/slides/net/re-sizing-shapes-on-...
  5. Aspose::Words::BorderCollection::get_Top method...

    Aspose::Words::BorderCollection::get_Top method. Gets the top border in C++....shading color while building a table. auto doc = MakeObject < Document...DocumentBuilder > ( doc ); // Start a table and set a default color/thickness...

    reference.aspose.com/words/cpp/aspose.words/bor...
  6. NodeCollection | Aspose.Words for Java

    Represents a collection of nodes of a specific type in Java....Shows how to find out if a tables are nested. public void ca...Document(getMyDir() + "Nested tables.docx"); NodeCollection tables = doc.getChildNodes(NodeType...

    reference.aspose.com/words/java/com.aspose.word...
  7. PreferredWidth.from_points method | Aspose.Word...

    PreferredWidth.from_points method. A creation method that returns a new instance that represents a preferred width specified using a number of points....to set a preferred width for table cells. doc = aw . Document ()...DocumentBuilder ( doc = doc ) table = builder . start_table () # There are two...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldTA class | Aspose.Words for Python

    aspose.words.fields.FieldTA class. Implements the TA field...text and page number for a table of authorities entry, which...how to build and customize a table of authorities using TOA and...

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

    Discover the ShapeBase IsLayoutInCell property, control shape placement in Tables for enhanced design flexibility and improved layout management....shape is displayed inside a table or outside of it. public bool...how to display a shape in a table cell. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.dra...
  10. InlineStory.ensureMinimum method | Aspose.Words...

    InlineStory.ensureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph.... Footnote , null ); // Table nodes have an "EnsureMinimum()"...makes sure the table has at least one cell. let table = new aw ....

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