Sort Score
Result 10 results
Languages All
Labels All
Results 3,561 - 3,570 of 9,910 for

2 of

(0.15 sec)
  1. Aspose::Words::Border::GetHashCode method | Asp...

    Aspose::Words::Border::GetHashCode method. Serves as a hash function for this type in C++....builder -> Write ( u "Paragraph 2." ); // Since we used the same...

    reference.aspose.com/words/cpp/aspose.words/bor...
  2. BorderCollection.line_style property | Aspose.W...

    BorderCollection.line_style property. Gets or sets the border style.... line_width = 2 page_setup . borders . color =...

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

    Effortlessly create prOfessional tables in your documents with DocumentBuilder's StartTable method. Enhance your formatting with ease!... Write ( "Row 1, cell 2." ); builder . EndRow (); builder...builder . Write ( "Row 1, cell 2." ); builder . EndRow (); // While...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Aspose::Words::CompositeNode::GetText method | ...

    Aspose::Words::CompositeNode::GetText method. Gets the text Of this node and Of all its children in C++....Writeln ( u "Numbered list item 2" ); builder -> Writeln ( u "Numbered...Writeln ( u "Bulleted list item 2" ); builder -> Writeln ( u "Bulleted...

    reference.aspose.com/words/cpp/aspose.words/com...
  5. Aspose::Words::Drawing::GradientVariant enum | ...

    Aspose::Words::Drawing::GradientVariant enum. Specifies the variant for a gradient fill in C++.... Variant2 2 Gradient variant 2. Variant3 3 Gradient...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. DocumentBuilder.cell_format property | Aspose.W...

    DocumentBuilder.cell_format property. Returns an object that represents current table cell formatting properties.... write ( 'Row 1, Col 2' ) builder . end_row () # Changing...insert_cell () builder . write ( 'Row 2, Col 1' ) builder . insert_cell...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Section.ClearHeadersFooters | Aspose.Words for ...

    Effortlessly clear section headers and footers with the ClearHeadersFooters method. Streamline your document layout for a polished look!... AreEqual ( 2 , doc . FirstSection . HeadersFooters...ClearHeadersFooters (); Assert . AreEqual ( 2 , doc . FirstSection . HeadersFooters...

    reference.aspose.com/words/net/aspose.words/sec...
  8. HTML anchor tag<a> links are not working from 2...

    Hi Aspose Team, When we are trying to add a table and HTML content in same document, HTML anchor tag links are not working from 2nd page onwards, and those links are appearing in random place in the document. Please hel…...Margin = new MarginInfo(2, 2, 2, 2); cell.Paragraphs.Add(new...asad.ali June 15, 2024, 9:15pm 2 @AnandaBairy We have opened the...

    forum.aspose.com/t/html-anchor-tag-a-links-are-...
  9. Merger | Aspose.Words for Java

    Represents a group Of methods intended to merge a variety Of different types Of documents into a single output document in Java....2.docx", new String[]{inputDoc1..."LowCode.MergeContextDocument.2.docx", SaveFormat.DOCX) .execute();...

    reference.aspose.com/words/java/com.aspose.word...
  10. Two issues with adding watermarks in Aspose.PDF...

    First, I’ll post the code I wrote, and then explain the issues at the end: /// <summary> /// 为pdf添加水印 /// </summary> /// <param name="DocuementFileName">文档名称</param> /// <param name="Save…...Left, 2 => Aspose.Pdf.HorizontalAlignment...Aspose.Pdf.VerticalAlignment.Top, 2 => Aspose.Pdf.VerticalAlignment...

    forum.aspose.com/t/two-issues-with-adding-water...