com.groupdocs.assembly

Class DocumentTableRelation

  • java.lang.Object
    • com.groupdocs.assembly.DocumentTableRelation


  • public class DocumentTableRelation
    extends java.lang.Object
    Represents a parent-child relationship between two DocumentTable objects.
    • Method Detail

      • getParentColumn

        public DocumentTableColumn getParentColumn()
        Gets the parent column of this relation.
        Returns:
        The parent column of this relation.
      • getChildColumn

        public DocumentTableColumn getChildColumn()
        Gets the child column of this relation.
        Returns:
        The child column of this relation.