<Code Lib>
M

Alignment.GetAlignments(Document)

Description:
Returns all alignments in the given document.
Overloads (2):
GetAlignments(Document)

public static ICollection<Alignment> GetAlignments(
	Document document
)

  • document
    The document for which the alignments are returned.
Return Value ICollection<Alignment> ICollection Alignment

Loading…