Class Labels
- java.lang.Object
-
- com.cloudofficeprint.RenderElements.RenderElement
-
- com.cloudofficeprint.RenderElements.Loops.Loop
-
- com.cloudofficeprint.RenderElements.Loops.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 Summary
Constructors Constructor Description Labels(java.lang.String name, java.util.ArrayList<RenderElement> labels)
Cloud Office Print also provides a way to print labels Word documents.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>
getTemplateTags()
-
Methods inherited from class com.cloudofficeprint.RenderElements.Loops.Loop
addElement, getElements, getJSON, setElements
-
Methods inherited from class com.cloudofficeprint.RenderElements.RenderElement
getName, getValue, setName, setValue
-
-
-
-
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 classLoop
- Returns:
- An immutable set containing all available template tags this element can replace.
-
-