Skip to content

Commit 0a4039d

Browse files
author
Samer El-Khatib
committed
Release 24.7 - Java updates
1 parent a895392 commit 0a4039d

File tree

141 files changed

+368
-1057
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+368
-1057
lines changed

english/java/com.aspose.imaging.fileformats.emf.emf.records/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The package contains types [MS-EMF]: Enhanced Metafile Format. 2.3 EMF Records
2424
| [EmfBitmapRecordType](../com.aspose.imaging.fileformats.emf.emf.records/emfbitmaprecordtype) | The bitmap record types perform block transfers of bitmap images. |
2525
| [EmfBlendFunction](../com.aspose.imaging.fileformats.emf.emf.records/emfblendfunction) | A structure that specifies the blending operations for source and destination bitmaps. |
2626
| [EmfBlendFunction.AlphaFormatEnum](../com.aspose.imaging.fileformats.emf.emf.records/emfblendfunction.alphaformatenum) | A structure that specifies how source and destination pixels are interpreted with respect to alpha transparency. |
27+
| [EmfBoundedRecord](../com.aspose.imaging.fileformats.emf.emf.records/emfboundedrecord) | Base EMF polyshape class. |
2728
| [EmfChord](../com.aspose.imaging.fileformats.emf.emf.records/emfchord) | The EMR\_CHORD record specifies a chord, which is a region bounded by the intersection of an ellipse and a line segment, called a secant. |
2829
| [EmfClippingRecordType](../com.aspose.imaging.fileformats.emf.emf.records/emfclippingrecordtype) | The clipping record types specify and manage clipping regions. |
2930
| [EmfCloseFigure](../com.aspose.imaging.fileformats.emf.emf.records/emfclosefigure) | This record closes an open figure in a path. |
@@ -97,10 +98,12 @@ The package contains types [MS-EMF]: Enhanced Metafile Format. 2.3 EMF Records
9798
| [EmfPolyBezierTo16](../com.aspose.imaging.fileformats.emf.emf.records/emfpolybezierto16) | The EMR\_POLYBEZIERTO16 record specifies one or more Bezier curves based on the current position. |
9899
| [EmfPolyDraw](../com.aspose.imaging.fileformats.emf.emf.records/emfpolydraw) | The EMR\_POLYDRAW record specifies a set of line segments and Bezier curves. |
99100
| [EmfPolyDraw16](../com.aspose.imaging.fileformats.emf.emf.records/emfpolydraw16) | The EMR\_POLYDRAW16 record specifies a set of line segments and Bezier curves. |
101+
| [EmfPolyPolyShape](../com.aspose.imaging.fileformats.emf.emf.records/emfpolypolyshape) | base EMF poly polyshape class. |
100102
| [EmfPolyPolygon](../com.aspose.imaging.fileformats.emf.emf.records/emfpolypolygon) | The EMR\_POLYPOLYGON record specifies a series of closed polygons. |
101103
| [EmfPolyPolygon16](../com.aspose.imaging.fileformats.emf.emf.records/emfpolypolygon16) | The EMR\_POLYPOLYGON16 record specifies a series of closed polygons. |
102104
| [EmfPolyPolyline](../com.aspose.imaging.fileformats.emf.emf.records/emfpolypolyline) | The EMR\_POLYPOLYLINE record specifies multiple series of connected line segments. |
103105
| [EmfPolyPolyline16](../com.aspose.imaging.fileformats.emf.emf.records/emfpolypolyline16) | The EMR\_POLYPOLYLINE16 record specifies multiple series of connected line segments. |
106+
| [EmfPolyShape](../com.aspose.imaging.fileformats.emf.emf.records/emfpolyshape) | Base EMF poly shape class. |
104107
| [EmfPolyTextOutA](../com.aspose.imaging.fileformats.emf.emf.records/emfpolytextouta) | The EMR\_POLYTEXTOUTA record draws one or more ASCII text strings using the current font and text colors. |
105108
| [EmfPolyTextOutW](../com.aspose.imaging.fileformats.emf.emf.records/emfpolytextoutw) | The EMR\_POLYTEXTOUTW record draws one or more Unicode text strings using the current font and text colors. |
106109
| [EmfPolygon](../com.aspose.imaging.fileformats.emf.emf.records/emfpolygon) | The EMR\_POLYGON record specifies a polygon consisting of two or more vertexes connected by straight lines. |
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: EmfBoundedRecord
3+
second_title: Aspose.Imaging for Java API Reference
4+
description: Base EMF polyshape class.
5+
type: docs
6+
weight: 19
7+
url: /java/com.aspose.imaging.fileformats.emf.emf.records/emfboundedrecord/
8+
---
9+
**Inheritance:**
10+
java.lang.Object, [com.aspose.imaging.fileformats.emf.MetaObject](../../com.aspose.imaging.fileformats.emf/metaobject), [com.aspose.imaging.fileformats.emf.emf.records.EmfRecord](../../com.aspose.imaging.fileformats.emf.emf.records/emfrecord), [com.aspose.imaging.fileformats.emf.emf.records.EmfDrawingRecordType](../../com.aspose.imaging.fileformats.emf.emf.records/emfdrawingrecordtype)
11+
```
12+
public abstract class EmfBoundedRecord extends EmfDrawingRecordType
13+
```
14+
15+
Base EMF polyshape class.
16+
## Methods
17+
18+
| Method | Description |
19+
| --- | --- |
20+
| [getBounds()](#getBounds--) | Gets an 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units. |
21+
| [setBounds(Rectangle value)](#setBounds-com.aspose.imaging.Rectangle-) | Sets an 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units. |
22+
### getBounds() {#getBounds--}
23+
```
24+
public final Rectangle getBounds()
25+
```
26+
27+
28+
Gets an 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units.
29+
30+
**Returns:**
31+
[Rectangle](../../com.aspose.imaging/rectangle) - an 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units.
32+
### setBounds(Rectangle value) {#setBounds-com.aspose.imaging.Rectangle-}
33+
```
34+
public final void setBounds(Rectangle value)
35+
```
36+
37+
38+
Sets an 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units.
39+
40+
**Parameters:**
41+
| Parameter | Type | Description |
42+
| --- | --- | --- |
43+
| value | [Rectangle](../../com.aspose.imaging/rectangle) | an 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle, in device units. |
44+

english/java/com.aspose.imaging.fileformats.emf.emf.records/emfchord/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: EmfChord
33
second_title: Aspose.Imaging for Java API Reference
44
description: The EMR_CHORD record specifies a chord which is a region bounded by the intersection of an ellipse and a line segment called a secant.
55
type: docs
6-
weight: 19
6+
weight: 20
77
url: /java/com.aspose.imaging.fileformats.emf.emf.records/emfchord/
88
---
99
**Inheritance:**

english/java/com.aspose.imaging.fileformats.emf.emf.records/emfclippingrecordtype/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: EmfClippingRecordType
33
second_title: Aspose.Imaging for Java API Reference
44
description: The clipping record types specify and manage clipping regions.
55
type: docs
6-
weight: 20
6+
weight: 21
77
url: /java/com.aspose.imaging.fileformats.emf.emf.records/emfclippingrecordtype/
88
---
99
**Inheritance:**

english/java/com.aspose.imaging.fileformats.emf.emf.records/emfclosefigure/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: EmfCloseFigure
33
second_title: Aspose.Imaging for Java API Reference
44
description: This record closes an open figure in a path.
55
type: docs
6-
weight: 21
6+
weight: 22
77
url: /java/com.aspose.imaging.fileformats.emf.emf.records/emfclosefigure/
88
---
99
**Inheritance:**

english/java/com.aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: EmfColorCorrectPalette
33
second_title: Aspose.Imaging for Java API Reference
44
description: The EMR_COLORCORRECTPALETTE record specifies how to correct the entries of a logical palette object using WCS 1.0 values.
55
type: docs
6-
weight: 22
6+
weight: 23
77
url: /java/com.aspose.imaging.fileformats.emf.emf.records/emfcolorcorrectpalette/
88
---
99
**Inheritance:**

english/java/com.aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: EmfColorMatchToTargetW
33
second_title: Aspose.Imaging for Java API Reference
44
description: The EMR_COLORMATCHTOTargetW record specifies whether to perform color matching with a color profile that is specified in a file with a name consisting of Unicode characters.
55
type: docs
6-
weight: 23
6+
weight: 24
77
url: /java/com.aspose.imaging.fileformats.emf.emf.records/emfcolormatchtotargetw/
88
---
99
**Inheritance:**

english/java/com.aspose.imaging.fileformats.emf.emf.records/emfcomment/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: EmfComment
33
second_title: Aspose.Imaging for Java API Reference
44
description: The EMR_COMMENT record contains arbitrary private data.
55
type: docs
6-
weight: 24
6+
weight: 25
77
url: /java/com.aspose.imaging.fileformats.emf.emf.records/emfcomment/
88
---
99
**Inheritance:**

english/java/com.aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: EmfCommentBeginGroup
33
second_title: Aspose.Imaging for Java API Reference
44
description: The EMR_COMMENT_BEGINGROUP record specifies the beginning of a group of drawing records.
55
type: docs
6-
weight: 25
6+
weight: 26
77
url: /java/com.aspose.imaging.fileformats.emf.emf.records/emfcommentbegingroup/
88
---
99
**Inheritance:**

english/java/com.aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: EmfCommentEmfPlus
33
second_title: Aspose.Imaging for Java API Reference
44
description: The EMR_COMMENT_EMFPLUS record contains embedded EMF records.
55
type: docs
6-
weight: 26
6+
weight: 27
77
url: /java/com.aspose.imaging.fileformats.emf.emf.records/emfcommentemfplus/
88
---
99
**Inheritance:**

0 commit comments

Comments
 (0)