@syncfusion/ej2-pdf-export 22.1.34 → 22.1.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/ej2-pdf-export.min.js +2 -2
- package/dist/ej2-pdf-export.umd.min.js +2 -2
- package/dist/ej2-pdf-export.umd.min.js.map +1 -1
- package/dist/es6/ej2-pdf-export.es2015.js +748 -93
- package/dist/es6/ej2-pdf-export.es2015.js.map +1 -1
- package/dist/es6/ej2-pdf-export.es5.js +933 -225
- package/dist/es6/ej2-pdf-export.es5.js.map +1 -1
- package/dist/global/ej2-pdf-export.min.js +2 -2
- package/dist/global/ej2-pdf-export.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +5 -5
- package/src/implementation/document/pdf-catalog.d.ts +7 -0
- package/src/implementation/document/pdf-catalog.js +16 -0
- package/src/implementation/document/pdf-document-base.d.ts +13 -0
- package/src/implementation/document/pdf-document-base.js +18 -0
- package/src/implementation/document/pdf-viewer-preferences.d.ts +467 -0
- package/src/implementation/document/pdf-viewer-preferences.js +624 -0
- package/src/implementation/input-output/pdf-dictionary-properties.d.ts +55 -0
- package/src/implementation/input-output/pdf-dictionary-properties.js +55 -0
- package/dist/ts/implementation/actions/action.ts +0 -76
- package/dist/ts/implementation/actions/uri-action.ts +0 -52
- package/dist/ts/implementation/annotations/action-link-annotation.ts +0 -43
- package/dist/ts/implementation/annotations/annotation-collection.ts +0 -159
- package/dist/ts/implementation/annotations/annotation.ts +0 -241
- package/dist/ts/implementation/annotations/document-link-annotation.ts +0 -118
- package/dist/ts/implementation/annotations/link-annotation.ts +0 -32
- package/dist/ts/implementation/annotations/pdf-text-web-link.ts +0 -265
- package/dist/ts/implementation/annotations/uri-annotation.ts +0 -86
- package/dist/ts/implementation/collections/dictionary.ts +0 -150
- package/dist/ts/implementation/collections/object-object-pair/dictionary.ts +0 -125
- package/dist/ts/implementation/collections/utils.ts +0 -38
- package/dist/ts/implementation/document/automatic-fields/automatic-field-info-collection.ts +0 -39
- package/dist/ts/implementation/document/automatic-fields/automatic-field-info.ts +0 -108
- package/dist/ts/implementation/document/automatic-fields/automatic-field.ts +0 -127
- package/dist/ts/implementation/document/automatic-fields/composite-field.ts +0 -76
- package/dist/ts/implementation/document/automatic-fields/multiple-value-field.ts +0 -37
- package/dist/ts/implementation/document/automatic-fields/page-count-field.ts +0 -75
- package/dist/ts/implementation/document/automatic-fields/pdf-numbers-convertor.ts +0 -157
- package/dist/ts/implementation/document/automatic-fields/pdf-page-number-field.ts +0 -82
- package/dist/ts/implementation/document/automatic-fields/pdf-template-value-pair.ts +0 -60
- package/dist/ts/implementation/document/automatic-fields/single-value-field.ts +0 -48
- package/dist/ts/implementation/document/pdf-catalog.ts +0 -52
- package/dist/ts/implementation/document/pdf-document-base.ts +0 -166
- package/dist/ts/implementation/document/pdf-document-template.ts +0 -310
- package/dist/ts/implementation/document/pdf-document.ts +0 -342
- package/dist/ts/implementation/drawing/pdf-drawing.ts +0 -218
- package/dist/ts/implementation/general/enum.ts +0 -21
- package/dist/ts/implementation/general/functions/pdf-function.ts +0 -66
- package/dist/ts/implementation/general/functions/pdf-sampled-function.ts +0 -62
- package/dist/ts/implementation/general/pdf-cache-collection.ts +0 -97
- package/dist/ts/implementation/general/pdf-collection.ts +0 -41
- package/dist/ts/implementation/general/pdf-destination.ts +0 -170
- package/dist/ts/implementation/graphics/brushes/enum.ts +0 -237
- package/dist/ts/implementation/graphics/brushes/pdf-blend.ts +0 -294
- package/dist/ts/implementation/graphics/brushes/pdf-brush.ts +0 -68
- package/dist/ts/implementation/graphics/brushes/pdf-brushes.ts +0 -2438
- package/dist/ts/implementation/graphics/brushes/pdf-color-blend.ts +0 -295
- package/dist/ts/implementation/graphics/brushes/pdf-gradient-brush.ts +0 -311
- package/dist/ts/implementation/graphics/brushes/pdf-linear-gradient-brush.ts +0 -406
- package/dist/ts/implementation/graphics/brushes/pdf-radial-gradient-brush.ts +0 -290
- package/dist/ts/implementation/graphics/brushes/pdf-solid-brush.ts +0 -107
- package/dist/ts/implementation/graphics/brushes/pdf-tiling-brush.ts +0 -304
- package/dist/ts/implementation/graphics/constants.ts +0 -31
- package/dist/ts/implementation/graphics/enum.ts +0 -413
- package/dist/ts/implementation/graphics/figures/arc.ts +0 -133
- package/dist/ts/implementation/graphics/figures/base/draw-element.ts +0 -59
- package/dist/ts/implementation/graphics/figures/base/element-layouter.ts +0 -260
- package/dist/ts/implementation/graphics/figures/base/fill-element.ts +0 -72
- package/dist/ts/implementation/graphics/figures/base/graphics-element.ts +0 -34
- package/dist/ts/implementation/graphics/figures/base/pdf-shape-element.ts +0 -69
- package/dist/ts/implementation/graphics/figures/base/shape-layouter.ts +0 -276
- package/dist/ts/implementation/graphics/figures/base/text-layouter.ts +0 -205
- package/dist/ts/implementation/graphics/figures/ellipse-part.ts +0 -76
- package/dist/ts/implementation/graphics/figures/enum.ts +0 -80
- package/dist/ts/implementation/graphics/figures/layout-element.ts +0 -132
- package/dist/ts/implementation/graphics/figures/path.ts +0 -646
- package/dist/ts/implementation/graphics/figures/pdf-template.ts +0 -205
- package/dist/ts/implementation/graphics/figures/rectangle-area.ts +0 -108
- package/dist/ts/implementation/graphics/figures/text-element.ts +0 -445
- package/dist/ts/implementation/graphics/fonts/enum.ts +0 -385
- package/dist/ts/implementation/graphics/fonts/pdf-font-metrics.ts +0 -248
- package/dist/ts/implementation/graphics/fonts/pdf-font.ts +0 -316
- package/dist/ts/implementation/graphics/fonts/pdf-standard-font-metrics-factory.ts +0 -606
- package/dist/ts/implementation/graphics/fonts/pdf-standard-font.ts +0 -243
- package/dist/ts/implementation/graphics/fonts/pdf-string-format.ts +0 -474
- package/dist/ts/implementation/graphics/fonts/pdf-true-type-font.ts +0 -165
- package/dist/ts/implementation/graphics/fonts/rtl/rtl-bidirectional.ts +0 -958
- package/dist/ts/implementation/graphics/fonts/rtl/rtl-text-shape.ts +0 -374
- package/dist/ts/implementation/graphics/fonts/rtl-renderer.ts +0 -255
- package/dist/ts/implementation/graphics/fonts/string-layouter.ts +0 -617
- package/dist/ts/implementation/graphics/fonts/string-tokenizer.ts +0 -275
- package/dist/ts/implementation/graphics/fonts/ttf-OS2-Table.ts +0 -206
- package/dist/ts/implementation/graphics/fonts/ttf-apple-cmap-sub-table.ts +0 -18
- package/dist/ts/implementation/graphics/fonts/ttf-cmap-sub-table.ts +0 -18
- package/dist/ts/implementation/graphics/fonts/ttf-cmap-table.ts +0 -14
- package/dist/ts/implementation/graphics/fonts/ttf-glyph-header.ts +0 -26
- package/dist/ts/implementation/graphics/fonts/ttf-glyph-info.ts +0 -35
- package/dist/ts/implementation/graphics/fonts/ttf-head-table.ts +0 -94
- package/dist/ts/implementation/graphics/fonts/ttf-horizontal-header-table.ts +0 -56
- package/dist/ts/implementation/graphics/fonts/ttf-loca-table.ts +0 -10
- package/dist/ts/implementation/graphics/fonts/ttf-long-hor-metric.ts +0 -14
- package/dist/ts/implementation/graphics/fonts/ttf-metrics.ts +0 -106
- package/dist/ts/implementation/graphics/fonts/ttf-microsoft-cmap-sub-table.ts +0 -58
- package/dist/ts/implementation/graphics/fonts/ttf-name-record.ts +0 -33
- package/dist/ts/implementation/graphics/fonts/ttf-name-table.ts +0 -22
- package/dist/ts/implementation/graphics/fonts/ttf-post-table.ts +0 -42
- package/dist/ts/implementation/graphics/fonts/ttf-reader.ts +0 -1254
- package/dist/ts/implementation/graphics/fonts/ttf-table-info.ts +0 -26
- package/dist/ts/implementation/graphics/fonts/ttf-trimmed-cmap-sub-table.ts +0 -26
- package/dist/ts/implementation/graphics/fonts/unicode-true-type-font.ts +0 -577
- package/dist/ts/implementation/graphics/images/byte-array.ts +0 -137
- package/dist/ts/implementation/graphics/images/image-decoder.ts +0 -439
- package/dist/ts/implementation/graphics/images/pdf-bitmap.ts +0 -110
- package/dist/ts/implementation/graphics/images/pdf-image.ts +0 -132
- package/dist/ts/implementation/graphics/pdf-color.ts +0 -478
- package/dist/ts/implementation/graphics/pdf-graphics.ts +0 -2424
- package/dist/ts/implementation/graphics/pdf-margins.ts +0 -124
- package/dist/ts/implementation/graphics/pdf-pen.ts +0 -370
- package/dist/ts/implementation/graphics/pdf-resources.ts +0 -300
- package/dist/ts/implementation/graphics/pdf-transformation-matrix.ts +0 -246
- package/dist/ts/implementation/graphics/pdf-transparency.ts +0 -93
- package/dist/ts/implementation/graphics/unit-convertor.ts +0 -96
- package/dist/ts/implementation/input-output/big-endian-writer.ts +0 -121
- package/dist/ts/implementation/input-output/cross-table.ts +0 -21
- package/dist/ts/implementation/input-output/enum.ts +0 -16
- package/dist/ts/implementation/input-output/pdf-cross-table.ts +0 -524
- package/dist/ts/implementation/input-output/pdf-dictionary-properties.ts +0 -515
- package/dist/ts/implementation/input-output/pdf-main-object-collection.ts +0 -194
- package/dist/ts/implementation/input-output/pdf-operators.ts +0 -363
- package/dist/ts/implementation/input-output/pdf-stream-writer.ts +0 -681
- package/dist/ts/implementation/input-output/pdf-writer.ts +0 -88
- package/dist/ts/implementation/pages/enum.ts +0 -201
- package/dist/ts/implementation/pages/page-added-event-arguments.ts +0 -39
- package/dist/ts/implementation/pages/pdf-document-page-collection.ts +0 -180
- package/dist/ts/implementation/pages/pdf-page-base.ts +0 -181
- package/dist/ts/implementation/pages/pdf-page-layer-collection.ts +0 -348
- package/dist/ts/implementation/pages/pdf-page-layer.ts +0 -271
- package/dist/ts/implementation/pages/pdf-page-settings.ts +0 -192
- package/dist/ts/implementation/pages/pdf-page-size.ts +0 -162
- package/dist/ts/implementation/pages/pdf-page-template-element.ts +0 -659
- package/dist/ts/implementation/pages/pdf-page.ts +0 -235
- package/dist/ts/implementation/pages/pdf-section-collection.ts +0 -187
- package/dist/ts/implementation/pages/pdf-section-page-collection.ts +0 -61
- package/dist/ts/implementation/pages/pdf-section-templates.ts +0 -96
- package/dist/ts/implementation/pages/pdf-section.ts +0 -644
- package/dist/ts/implementation/primitives/pdf-array.ts +0 -386
- package/dist/ts/implementation/primitives/pdf-boolean.ts +0 -119
- package/dist/ts/implementation/primitives/pdf-dictionary.ts +0 -513
- package/dist/ts/implementation/primitives/pdf-name.ts +0 -218
- package/dist/ts/implementation/primitives/pdf-number.ts +0 -165
- package/dist/ts/implementation/primitives/pdf-reference.ts +0 -430
- package/dist/ts/implementation/primitives/pdf-stream.ts +0 -336
- package/dist/ts/implementation/primitives/pdf-string.ts +0 -397
- package/dist/ts/implementation/structured-elements/grid/layout/grid-layouter.ts +0 -2027
- package/dist/ts/implementation/structured-elements/grid/pdf-grid-cell.ts +0 -1193
- package/dist/ts/implementation/structured-elements/grid/pdf-grid-column.ts +0 -206
- package/dist/ts/implementation/structured-elements/grid/pdf-grid-row.ts +0 -470
- package/dist/ts/implementation/structured-elements/grid/pdf-grid.ts +0 -853
- package/dist/ts/implementation/structured-elements/grid/styles/pdf-borders.ts +0 -240
- package/dist/ts/implementation/structured-elements/grid/styles/style.ts +0 -424
- package/dist/ts/implementation/structured-elements/tables/light-tables/enum.ts +0 -16
- package/dist/ts/interfaces/i-pdf-cache.ts +0 -23
- package/dist/ts/interfaces/i-pdf-changable.ts +0 -17
- package/dist/ts/interfaces/i-pdf-clonable.ts +0 -12
- package/dist/ts/interfaces/i-pdf-primitives.ts +0 -45
- package/dist/ts/interfaces/i-pdf-true-type-font.ts +0 -48
- package/dist/ts/interfaces/i-pdf-wrapper.ts +0 -13
- package/dist/ts/interfaces/i-pdf-writer.ts +0 -29
|
@@ -1,205 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* PdfTemplate.ts class for EJ2-PDF
|
|
3
|
-
*/
|
|
4
|
-
import { PdfStream } from './../../primitives/pdf-stream';
|
|
5
|
-
import { DictionaryProperties } from './../../input-output/pdf-dictionary-properties';
|
|
6
|
-
import { PdfArray } from './../../primitives/pdf-array';
|
|
7
|
-
import { PdfGraphics } from './../pdf-graphics';
|
|
8
|
-
import { PdfStreamWriter } from './../../input-output/pdf-stream-writer';
|
|
9
|
-
import { PdfResources } from './../pdf-resources';
|
|
10
|
-
import { PdfName } from './../../primitives/pdf-name';
|
|
11
|
-
import { PointF, SizeF, RectangleF } from './../../drawing/pdf-drawing';
|
|
12
|
-
import { IPdfWrapper } from './../../../interfaces/i-pdf-wrapper';
|
|
13
|
-
import { IPdfPrimitive } from './../../../interfaces/i-pdf-primitives';
|
|
14
|
-
import { GetResourceEventHandler } from './../pdf-graphics';
|
|
15
|
-
/**
|
|
16
|
-
* Represents `Pdf Template` object.
|
|
17
|
-
* @private
|
|
18
|
-
*/
|
|
19
|
-
export class PdfTemplate implements IPdfWrapper {
|
|
20
|
-
//Fields
|
|
21
|
-
/**
|
|
22
|
-
* Stores the value of current `graphics`.
|
|
23
|
-
* @private
|
|
24
|
-
*/
|
|
25
|
-
private pdfGraphics : PdfGraphics;
|
|
26
|
-
/**
|
|
27
|
-
* Stores the instance of `PdfResources` class.
|
|
28
|
-
* @private
|
|
29
|
-
*/
|
|
30
|
-
private resources : PdfResources;
|
|
31
|
-
/**
|
|
32
|
-
* Stores the `size` of the 'PdfTemplate'.
|
|
33
|
-
* @private
|
|
34
|
-
*/
|
|
35
|
-
private templateSize : SizeF;
|
|
36
|
-
/**
|
|
37
|
-
* Initialize an instance for `DictionaryProperties` class.
|
|
38
|
-
* @private
|
|
39
|
-
* @hidden
|
|
40
|
-
*/
|
|
41
|
-
private dictionaryProperties : DictionaryProperties = new DictionaryProperties();
|
|
42
|
-
/**
|
|
43
|
-
* Stores the `content` of the 'PdfTemplate'.
|
|
44
|
-
* @private
|
|
45
|
-
*/
|
|
46
|
-
public content : PdfStream;
|
|
47
|
-
/**
|
|
48
|
-
* Checks whether the transformation 'is performed'.
|
|
49
|
-
* @default true
|
|
50
|
-
* @private
|
|
51
|
-
*/
|
|
52
|
-
public writeTransformation : boolean = true;
|
|
53
|
-
//Properties
|
|
54
|
-
/**
|
|
55
|
-
* Gets the size of the 'PdfTemplate'.
|
|
56
|
-
*/
|
|
57
|
-
public get size() : SizeF {
|
|
58
|
-
return this.templateSize;
|
|
59
|
-
}
|
|
60
|
-
/**
|
|
61
|
-
* Gets the width of the 'PdfTemplate'.
|
|
62
|
-
*/
|
|
63
|
-
public get width() : number {
|
|
64
|
-
return this.size.width;
|
|
65
|
-
}
|
|
66
|
-
/**
|
|
67
|
-
* Gets the height of the 'PdfTemplate'.
|
|
68
|
-
*/
|
|
69
|
-
public get height() : number {
|
|
70
|
-
return this.size.height;
|
|
71
|
-
}
|
|
72
|
-
/**
|
|
73
|
-
* Gets the `graphics` of the 'PdfTemplate'.
|
|
74
|
-
*/
|
|
75
|
-
public get graphics() : PdfGraphics {
|
|
76
|
-
if (this.pdfGraphics == null || typeof this.pdfGraphics === 'undefined') {
|
|
77
|
-
let gr : GetResourceEventHandler = new GetResourceEventHandler(this);
|
|
78
|
-
let g : PdfGraphics = new PdfGraphics(this.size, gr, this.content);
|
|
79
|
-
this.pdfGraphics = g;
|
|
80
|
-
// if(this.writeTransformation) {
|
|
81
|
-
// Transform co-ordinates to Top/Left.
|
|
82
|
-
this.pdfGraphics.initializeCoordinates();
|
|
83
|
-
// }
|
|
84
|
-
}
|
|
85
|
-
return this.pdfGraphics;
|
|
86
|
-
}
|
|
87
|
-
/**
|
|
88
|
-
* Gets the resources and modifies the template dictionary.
|
|
89
|
-
* @private
|
|
90
|
-
*/
|
|
91
|
-
public getResources() : PdfResources {
|
|
92
|
-
if (this.resources == null) {
|
|
93
|
-
this.resources = new PdfResources();
|
|
94
|
-
this.content.items.setValue(this.dictionaryProperties.resources, this.resources);
|
|
95
|
-
}
|
|
96
|
-
return this.resources;
|
|
97
|
-
}
|
|
98
|
-
/**
|
|
99
|
-
* Create the new instance for `PdfTemplate` class.
|
|
100
|
-
* @private
|
|
101
|
-
*/
|
|
102
|
-
public constructor()
|
|
103
|
-
/**
|
|
104
|
-
* Create the new instance for `PdfTemplate` class with Size.
|
|
105
|
-
* @private
|
|
106
|
-
*/
|
|
107
|
-
public constructor(arg1 : SizeF)
|
|
108
|
-
/**
|
|
109
|
-
* Create the new instance for `PdfTemplate` class with width and height.
|
|
110
|
-
* @private
|
|
111
|
-
*/
|
|
112
|
-
public constructor(arg1 : number, arg2 : number)
|
|
113
|
-
public constructor(arg1 ?: number | SizeF, arg2 ?: number) {
|
|
114
|
-
if (typeof arg1 === 'undefined') {
|
|
115
|
-
//
|
|
116
|
-
} else if (arg1 instanceof SizeF && typeof arg2 === 'undefined') {
|
|
117
|
-
this.content = new PdfStream();
|
|
118
|
-
let tempSize : SizeF = new SizeF(arg1.width, arg1.height);
|
|
119
|
-
this.setSize(tempSize);
|
|
120
|
-
this.initialize();
|
|
121
|
-
} else {
|
|
122
|
-
this.content = new PdfStream();
|
|
123
|
-
this.setSize(new SizeF(arg1 as number, arg2 as number));
|
|
124
|
-
this.initialize();
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
// Public methods
|
|
128
|
-
/**
|
|
129
|
-
* `Initialize` the type and subtype of the template.
|
|
130
|
-
* @private
|
|
131
|
-
*/
|
|
132
|
-
private initialize() : void {
|
|
133
|
-
this.addType();
|
|
134
|
-
this.addSubType();
|
|
135
|
-
}
|
|
136
|
-
/**
|
|
137
|
-
* `Adds type key`.
|
|
138
|
-
* @private
|
|
139
|
-
*/
|
|
140
|
-
private addType() : void {
|
|
141
|
-
let value : PdfName = new PdfName(this.dictionaryProperties.xObject);
|
|
142
|
-
this.content.items.setValue(this.dictionaryProperties.type, value);
|
|
143
|
-
}
|
|
144
|
-
/**
|
|
145
|
-
* `Adds SubType key`.
|
|
146
|
-
* @private
|
|
147
|
-
*/
|
|
148
|
-
private addSubType() : void {
|
|
149
|
-
let value : PdfName = new PdfName(this.dictionaryProperties.form);
|
|
150
|
-
this.content.items.setValue(this.dictionaryProperties.subtype, value);
|
|
151
|
-
}
|
|
152
|
-
/**
|
|
153
|
-
* `Reset` the size of the 'PdfTemplate'.
|
|
154
|
-
*/
|
|
155
|
-
public reset() : void
|
|
156
|
-
public reset(size : SizeF) : void
|
|
157
|
-
public reset(size ?: SizeF) : void {
|
|
158
|
-
if (typeof size === 'undefined') {
|
|
159
|
-
if (this.resources != null) {
|
|
160
|
-
this.resources = null;
|
|
161
|
-
this.content.remove(this.dictionaryProperties.resources);
|
|
162
|
-
}
|
|
163
|
-
if (this.graphics != null) {
|
|
164
|
-
this.graphics.reset(this.size);
|
|
165
|
-
}
|
|
166
|
-
} else {
|
|
167
|
-
this.setSize(size);
|
|
168
|
-
this.reset();
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
/**
|
|
172
|
-
* `Set the size` of the 'PdfTemplate'.
|
|
173
|
-
* @private
|
|
174
|
-
*/
|
|
175
|
-
private setSize(size : SizeF) : void {
|
|
176
|
-
let rect : RectangleF = new RectangleF(new PointF(0, 0), size);
|
|
177
|
-
let val : PdfArray = PdfArray.fromRectangle(rect);
|
|
178
|
-
this.content.items.setValue(this.dictionaryProperties.bBox, val);
|
|
179
|
-
this.templateSize = size;
|
|
180
|
-
}
|
|
181
|
-
// /**
|
|
182
|
-
// * Returns the value of current graphics.
|
|
183
|
-
// * @private
|
|
184
|
-
// */
|
|
185
|
-
// public GetGraphics(g : PdfGraphics) : PdfGraphics {
|
|
186
|
-
// if (this.graphics == null || typeof this.graphics === 'undefined') {
|
|
187
|
-
// this.graphics = g;
|
|
188
|
-
// this.graphics.Size = this.Size;
|
|
189
|
-
// this.graphics.StreamWriter = new PdfStreamWriter(this.content)
|
|
190
|
-
// this.graphics.Initialize();
|
|
191
|
-
// if(this.writeTransformation) {
|
|
192
|
-
// this.graphics.InitializeCoordinates();
|
|
193
|
-
// }
|
|
194
|
-
// }
|
|
195
|
-
// return this.graphics;
|
|
196
|
-
// }
|
|
197
|
-
// IPdfWrapper Members
|
|
198
|
-
/**
|
|
199
|
-
* Gets the `content stream` of 'PdfTemplate' class.
|
|
200
|
-
* @private
|
|
201
|
-
*/
|
|
202
|
-
public get element() : IPdfPrimitive {
|
|
203
|
-
return this.content;
|
|
204
|
-
}
|
|
205
|
-
}
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* RectangleArea.ts class for EJ2-PDF
|
|
3
|
-
*/
|
|
4
|
-
import { PdfBrush } from './../brushes/pdf-brush';
|
|
5
|
-
import { PdfPen } from './../pdf-pen';
|
|
6
|
-
import { RectangleF } from './../../drawing/pdf-drawing';
|
|
7
|
-
import { PdfFillElement} from './../figures/base/fill-element';
|
|
8
|
-
/**
|
|
9
|
-
* `PdfRectangleArea` class Implements graphics rectangle area, which is a sequence of primitive graphics elements.
|
|
10
|
-
* @private
|
|
11
|
-
*/
|
|
12
|
-
export abstract class PdfRectangleArea extends PdfFillElement {
|
|
13
|
-
//Fields
|
|
14
|
-
/**
|
|
15
|
-
* public variable to store the rectangle.
|
|
16
|
-
* @public
|
|
17
|
-
*/
|
|
18
|
-
public bounds : RectangleF = new RectangleF( 0, 0, 0, 0);
|
|
19
|
-
//Constructor
|
|
20
|
-
/**
|
|
21
|
-
* Initializes a new instance of the `PdfRectangleArea` class.
|
|
22
|
-
* @protected
|
|
23
|
-
*/
|
|
24
|
-
protected constructor ()
|
|
25
|
-
/**
|
|
26
|
-
* Initializes a new instance of the `PdfRectangleArea` class.
|
|
27
|
-
* @protected
|
|
28
|
-
*/
|
|
29
|
-
protected constructor (rectangle: RectangleF)
|
|
30
|
-
/**
|
|
31
|
-
* Initializes a new instance of the `PdfRectangleArea` class.
|
|
32
|
-
* @protected
|
|
33
|
-
*/
|
|
34
|
-
protected constructor (pen: PdfPen, brush: PdfBrush, rectangle: RectangleF)
|
|
35
|
-
/**
|
|
36
|
-
* Initializes a new instance of the `PdfRectangleArea` class.
|
|
37
|
-
* @protected
|
|
38
|
-
*/
|
|
39
|
-
protected constructor (x: number, y: number, width: number, height: number)
|
|
40
|
-
/**
|
|
41
|
-
* Initializes a new instance of the `PdfRectangleArea` class.
|
|
42
|
-
* @protected
|
|
43
|
-
*/
|
|
44
|
-
protected constructor (pen: PdfPen, brush: PdfBrush, x: number, y: number, width: number, height: number)
|
|
45
|
-
/* tslint:disable-next-line:max-line-length */
|
|
46
|
-
protected constructor (arg1?: PdfPen|number|RectangleF , arg2?: PdfBrush|number, arg3?: number|RectangleF, arg4?: number, arg5?: number, arg6?: number) {
|
|
47
|
-
super();
|
|
48
|
-
if (typeof arg1 === 'undefined') {
|
|
49
|
-
//
|
|
50
|
-
} else if (arg1 instanceof PdfPen) {
|
|
51
|
-
super(arg1, arg2 as PdfBrush);
|
|
52
|
-
if (arg3 instanceof RectangleF) {
|
|
53
|
-
this.bounds = arg3;
|
|
54
|
-
} else {
|
|
55
|
-
this.bounds = new RectangleF(arg3, arg4, arg5, arg6);
|
|
56
|
-
}
|
|
57
|
-
} else if (arg1 instanceof RectangleF) {
|
|
58
|
-
this.bounds = arg1;
|
|
59
|
-
} else {
|
|
60
|
-
this.bounds = new RectangleF(arg1 as number, arg2 as number, arg3 as number, arg4 as number);
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
//Properties
|
|
64
|
-
/**
|
|
65
|
-
* Gets or sets the X co-ordinate of the upper-left corner of this the element.
|
|
66
|
-
* @public
|
|
67
|
-
*/
|
|
68
|
-
public get x(): number {
|
|
69
|
-
return this.bounds.x;
|
|
70
|
-
}
|
|
71
|
-
public set x(value: number) {
|
|
72
|
-
this.bounds.x = value;
|
|
73
|
-
}
|
|
74
|
-
/**
|
|
75
|
-
* Gets or sets the Y co-ordinate of the upper-left corner of this the element.
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
public get y(): number {
|
|
79
|
-
return this.bounds.y;
|
|
80
|
-
}
|
|
81
|
-
public set y(value: number) {
|
|
82
|
-
this.bounds.y = value;
|
|
83
|
-
}
|
|
84
|
-
/**
|
|
85
|
-
* Gets or sets the width of this element.
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
public get width(): number {
|
|
89
|
-
return this.bounds.width;
|
|
90
|
-
}
|
|
91
|
-
public set width(value: number) {
|
|
92
|
-
this.bounds.width = value;
|
|
93
|
-
}
|
|
94
|
-
/**
|
|
95
|
-
* Gets or sets the height of this element.
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
public get height(): number {
|
|
99
|
-
return this.bounds.height;
|
|
100
|
-
}
|
|
101
|
-
public set height(value: number) {
|
|
102
|
-
this.bounds.height = value;
|
|
103
|
-
}
|
|
104
|
-
//Implementation
|
|
105
|
-
protected getBoundsInternal(): RectangleF {
|
|
106
|
-
return this.bounds;
|
|
107
|
-
}
|
|
108
|
-
}
|