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(String height)height.MatchBoxMatchBox. pageNumber(String pageNumber)pageNumber.MatchBoxMatchBox. width(String width)width.MatchBoxMatchBox. xPosition(String xPosition)xPosition.MatchBoxMatchBox. yPosition(String 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.
-