Record Class ImgPart
java.lang.Object
java.lang.Record
pro.verron.officestamper.utils.image.ImgPart
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.format()Returns the value of theformatrecord component.final inthashCode()Returns a hash code value for this object.org.docx4j.relationships.RelationshipReturns the value of therelationshiprecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ImgPart
Creates an instance of aImgPartrecord class.- Parameters:
format- the value for theformatrecord componentrelationship- the value for therelationshiprecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
format
Returns the value of theformatrecord component.- Returns:
- the value of the
formatrecord component
-
relationship
public org.docx4j.relationships.Relationship relationship()Returns the value of therelationshiprecord component.- Returns:
- the value of the
relationshiprecord component
-