Uses of Class
com.docusign.esign.model.MatchBox
-
Packages that use MatchBox Package Description com.docusign.esign.model -
-
Uses of MatchBox in com.docusign.esign.model
Methods in com.docusign.esign.model that return MatchBox Modifier and Type Method Description MatchBoxMatchBox. height(Integer height)height.MatchBoxMatchBox. pageNumber(Integer pageNumber)pageNumber.MatchBoxMatchBox. width(Integer width)width.MatchBoxMatchBox. xPosition(Integer xPosition)xPosition.MatchBoxMatchBox. yPosition(Integer yPosition)yPosition.Methods in com.docusign.esign.model that return types with arguments of type MatchBox Modifier and Type Method Description List<MatchBox>Document. getMatchBoxes()Matchboxes define areas in a document for document matching when you are creating envelopes.Methods in com.docusign.esign.model with parameters of type MatchBox Modifier and Type Method Description DocumentDocument. addMatchBoxesItem(MatchBox matchBoxesItem)addMatchBoxesItem.Method parameters in com.docusign.esign.model with type arguments of type MatchBox Modifier and Type Method Description DocumentDocument. matchBoxes(List<MatchBox> matchBoxes)matchBoxes.voidDocument. setMatchBoxes(List<MatchBox> matchBoxes)setMatchBoxes.
-