Sort Score
Result 10 results
Languages All
Labels All
Results 3,091 - 3,100 of 242,038 for

aspose.words

(0.67 sec)
  1. IRevisionCriteria class | Aspose.Words for Node.js

    Aspose.words.IRevisionCriteria class. Implement this interface if you want to control when certain [Revision](../revision/) should be accepted/rejected or not by the [RevisionCollection.accept()](../revisioncollection/accept/#irevisioncriteria)/[RevisionCollection.reject()](../revisioncollection/reject/#irevisioncriteria) methods.... See Also module Aspose.Words INodeChangingCallbac class...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ParagraphFormat.baselineAlignment property | As...

    ParagraphFormat.baselineAlignment property. Gets or sets fonts vertical position on a line....baselineAlignment () : Aspose . Words . BaselineAlignment Examples...docx" ); See Also module Aspose.Words class ParagraphFormat ParagraphFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. NodeList.ToArray | Aspose.Words for .NET

    Effortlessly convert NodeList to an array with the ToArray method, simplifying node manipulation and enhancing your web development workflow....NodeList namespace Aspose.Words assembly Aspose.Words NodeList.GetEnumerator...

    reference.aspose.com/words/net/aspose.words/nod...
  4. Body.EnsureMinimum | Aspose.Words for .NET

    Optimize your content with the Body EnsureMinimum method. Automatically add an empty paragraph if the last child isn't a paragraph for better formatting....Body namespace Aspose.Words assembly Aspose.Words Body.AcceptStart...

    reference.aspose.com/words/net/aspose.words/bod...
  5. Comment.initial property | Aspose.Words for Python

    Comment.initial property. Returns or sets the initials of the user associated with a specific comment.... See Also module aspose.words class Comment Comment.id...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Paragraph.GetEffectiveTabStops | Aspose.Words f...

    Discover the GetEffectiveTabStops method to retrieve all tab stops in a paragraph, including those from styles and lists for enhanced formatting....Paragraph namespace Aspose.Words assembly Aspose.Words Paragraph.AppendField...

    reference.aspose.com/words/net/aspose.words/par...
  7. Document.LayoutOptions | Aspose.Words for .NET

    Explore the Document LayoutOptions property to control your document's layout effectively. Unlock flexible design options for optimal presentation....Document namespace Aspose.Words assembly Aspose.Words Document.LastSection...

    reference.aspose.com/words/net/aspose.words/doc...
  8. IDocumentMergerPlugin class | Aspose.Words for ...

    Aspose.words.IDocumentMergerPlugin class. Defines an interface for external merger plugin that can merge Pdf documents.... See Also module aspose.words IDocumentConverterPl class...

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

    Discover the Paragraph IsEndOfSection property, identify if a paragraph is the last in a section's main text for enhanced document structure and clarity....Paragraph namespace Aspose.Words assembly Aspose.Words Paragraph.IsEndOfHeaderFooter...

    reference.aspose.com/words/net/aspose.words/par...
  10. Aspose.Words formula (A1>0)*(B1>0)*(A1+B1) calc...

    Aspose.words calculates these formulas correctly: A1+B1 A1*B1 (A1>0) // returns 1 when not empty (B1>0) // returns 1 when not empty But fails when they get combined into one: (A1>0) * (B1>0) * (A1+B1) // should ret…...Aspose.Words formula (A1>0)*(B1>0)*(A1+B1) calculated incorrectly...incorrectly Aspose.Words Product Family words-net kaiwachter August...

    forum.aspose.com/t/aspose-words-formula-a1-0-b1...