LibreOffice
LibreOffice 24.2 SDK API Reference
BarCode.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  */
9 
10  module com { module sun { module star { module drawing {
11 
12 
15 
16 published struct BarCode
17 {
22  long Type;
23 
26  string Payload;
27 
32 
37  long Border;
38 };
39 
40 
41 }; }; }; };
42 
43 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
long Border
Border surrounding the Bar Code It is a non-negative value.
Definition: BarCode.idl:37
string Payload
Text for which Bar Code is made.
Definition: BarCode.idl:26
Definition: Ambiguous.idl:20
long Type
Type of the Bar Code that is to be generated.
Definition: BarCode.idl:22
long ErrorCorrection
Bar Code Error Correction Level.
Definition: BarCode.idl:31
This struct defines the attributes of a Bar Code.
Definition: BarCode.idl:16