Class Labels


  • public class Labels
    extends Loop
    Cloud Office Print also provides a way to print labels Word documents. To do so you can create a document with labels by going to Mailings options and then to Labels. Fill in the tags in the address field and choose the type of label by clicking the Label option. A document can then be generated by clicking New document. Currently when labels are getting printed, Cloud Office Print expects the document to only contain labels and no other text. The tag keys cannot be used more than once.
    • Constructor Detail

      • Labels

        public Labels​(java.lang.String name,
                      java.util.ArrayList<RenderElement> labels)
        Cloud Office Print also provides a way to print labels Word documents. To do so you can create a document with labels by going to Mailings options and then to Labels. Fill in the tags in the address field and choose the type of label by clicking the Label option. A document can then be generated by clicking New document. Currently when labels are getting printed, Cloud Office Print expects the document to only contain labels and no other text. The tag keys cannot be used more than once.
        Parameters:
        name - Name of these labels for the tag.
        labels - Data for the labels.
    • Method Detail

      • getTemplateTags

        public java.util.Set<java.lang.String> getTemplateTags()
        Overrides:
        getTemplateTags in class Loop
        Returns:
        An immutable set containing all available template tags this element can replace.