Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Paragraph Class / AppendEquation Method
The equation to append.
The Alignment to apply.


In This Topic
    AppendEquation Method
    In This Topic
    Appends an equation to this Paragraph.
    Syntax
    'Declaration
     
    Public Function AppendEquation( _
       ByVal equation As String, _
       Optional ByVal align As Alignment _
    ) As Paragraph
    'Usage
     
    Dim instance As Paragraph
    Dim equation As String
    Dim align As Alignment
    Dim value As Paragraph
     
    value = instance.AppendEquation(equation, align)
    public Paragraph AppendEquation( 
       string equation,
       Alignment align
    )

    Parameters

    equation
    The equation to append.
    align
    The Alignment to apply.

    Return Value

    This Paragraph with the new equation appended.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also