Last active
March 22, 2017 09:39
-
-
Save BrainFeeder/0b6078c36547d55f8cf09c3538894e21 to your computer and use it in GitHub Desktop.
Example DYMO address label for use with the SDK
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<DieCutLabel Version="8.0" Units="twips"> | |
<PaperOrientation>Landscape</PaperOrientation> | |
<Id>Address</Id> | |
<PaperName>30252 Address</PaperName> | |
<DrawCommands> | |
<RoundRectangle X="0" Y="0" Width="1581" Height="5040" Rx="270" Ry="270" /> | |
</DrawCommands> | |
<ObjectInfo> | |
<AddressObject> | |
<Name>ADRES</Name> | |
<ForeColor Alpha="255" Red="0" Green="0" Blue="0" /> | |
<BackColor Alpha="0" Red="255" Green="255" Blue="255" /> | |
<LinkedObjectName></LinkedObjectName> | |
<Rotation>Rotation0</Rotation> | |
<IsMirrored>False</IsMirrored> | |
<IsVariable>True</IsVariable> | |
<HorizontalAlignment>Left</HorizontalAlignment> | |
<VerticalAlignment>Top</VerticalAlignment> | |
<TextFitMode>ShrinkToFit</TextFitMode> | |
<UseFullFontHeight>True</UseFullFontHeight> | |
<Verticalized>False</Verticalized> | |
<StyledText> | |
<Element> | |
<String>First name Last name | |
Street 7 | |
3945 Ham, Limburg | |
BELGIË</String> | |
<Attributes> | |
<Font Family="Arial" Size="12" Bold="True" Italic="False" Underline="False" Strikeout="False" /> | |
<ForeColor Alpha="255" Red="0" Green="0" Blue="0" /> | |
</Attributes> | |
</Element> | |
</StyledText> | |
<ShowBarcodeFor9DigitZipOnly>False</ShowBarcodeFor9DigitZipOnly> | |
<BarcodePosition>AboveAddress</BarcodePosition> | |
<LineFonts> | |
<Font Family="Arial" Size="12" Bold="True" Italic="False" Underline="False" Strikeout="False" /> | |
<Font Family="Arial" Size="12" Bold="True" Italic="False" Underline="False" Strikeout="False" /> | |
<Font Family="Arial" Size="12" Bold="True" Italic="False" Underline="False" Strikeout="False" /> | |
<Font Family="Arial" Size="12" Bold="True" Italic="False" Underline="False" Strikeout="False" /> | |
</LineFonts> | |
</AddressObject> | |
<Bounds X="465" Y="240" Width="4260" Height="1095" /> | |
</ObjectInfo> | |
</DieCutLabel> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment