Different borders for the cell in tcpdf by “setlinestyle”
问题 In library TCPDF. How can I set different borders by command "setlinestyle", to make the cell looks like f.e. this: css /* top */ border-top-width="1" border-top-style="solid" border-top-color="rgba(0, 255, 0, 1)" /* right */ border-right-width="2" border-right-style="dotted" border-right-color="rgba(255, 0, 255, 1)" /* bottom */ border-bottom-width="3" border-bottom-style="solid" border-bottom-color="rgba(0, 0, 255, 1)" /* left */ border-left-width="4" border-left-style="solid" border-left