Sort Score
Result 10 results
Languages All
Labels All
Results 4,781 - 4,790 of 20,612 for

2 of

(0.06 sec)
  1. RowFormat.heightRule property | Aspose.Words fo...

    RowFormat.heightRule property. Gets or sets the rule for determining the height Of the table row.... write ( "Header Row,\n Cell 2" ); builder . insertCell (); builder...builder . write ( "Row 1, Cell 2." ); builder . insertCell ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. How to Create a Flat ZIP Archive | Aspose.Zip D...

    Learn how to flatten nested zip archives into a single flat archive using Java tools....zip" )) { 2 entriesToDelete. add (entry);...byte [] b = new byte [ 8192 ] ; 2 int bytesRead; 3 InputStream entryStream...

    docs.aspose.com/zip/java/flatten-nested-zip/
  3. CustomXmlPart class | Aspose.Words for Python

    aspose.words.markup.CustomXmlPart class. Represents a Custom XML Data Storage Part (custom XML data within a package)... custom_xml_parts [ 0 ]) # 2 - By GUID: self . assertEqual...xml_part_clone ) self . assertEqual ( 2 , doc . custom_xml_parts . count...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Copy Table cell styles - Free Support Forum - a...

    Dear team, I’m using Aspose.words c#. And I have a requirement, in which there is a template table in my document which each header columns and body columns are bookmarked separately. Now I need to copy all the font sty…...Discourse February 6, 2025, 12:06pm 2 @WJobin To copy the font styles...w:colLast="1"/> <w:bookmarkStart w:id="2" w:name="FleetListTable_Header_Class"...

    forum.aspose.com/t/copy-table-cell-styles/307232
  5. FieldSymbol.CharacterCode | Aspose.Words for .NET

    Discover the FieldSymbol CharacterCode property, easily retrieve or set character code values in decimal or hexadecimal for seamless data management.... Writeln ( " Line 1" ); // 2 - Add a SYMBOL field which displays...)); builder . Writeln ( "Line 2" ); // 3 - Add a SYMBOL field...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Cell constructor | Aspose.Words for Python

    Cell constructor. Initializes a new instance Of the [Cell](../) class....inner_table = create_table ( doc , 2 , 2 , 'Inner Table' ) outer_table...

    reference.aspose.com/words/python-net/aspose.wo...
  7. OleFormat.SourceFullName | Aspose.Words for .NET

    Discover the OleFormat SourceFullName property, easily manage the path and name Of your linked OLE object's source file for seamless integration.... EqualTo ( 2 )); Assert . That ( shapes . Count... OleObject ), Is . EqualTo ( 2 )); // If a shape contains an...

    reference.aspose.com/words/net/aspose.words.dra...
  8. OleFormat.sourceItem property | Aspose.Words fo...

    OleFormat.sourceItem property. Gets or sets a string that is used to identify the portion Of the source file that is being linked.... toEqual ( 2 ); expect ( shapes . filter (...OleObject ). length ). toEqual ( 2 ); // If a shape contains an OLE...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. GradientVariant Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.GradientVariant enum for customizable gradient fills, enhancing your document designs with vibrant styles.... Variant2 2 Gradient variant 2. Variant3 3 Gradient...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Creating an HTML Document – Aspose.HTML for .NET

    Learn how to load HTML from a file, stream, URL, or create HTML from scratch using Aspose.HTML for .NET. Consider approaches to load HTML documents....empty HTML document using C# 2 3 // Prepare an output path for...Create an HTML document using C# 2 3 // Prepare an output path for...

    docs.aspose.com/html/net/creating-a-document/