public class WordProcessingWatermarkableImage extends WatermarkableImage
Represents an image inside a Word document.
Constructor and Description |
---|
WordProcessingWatermarkableImage(byte[] imageData)
Initializes a new instance of the
WordProcessingWatermarkableImage class using specified image data. |
add, getBytes, getHeight, getWidth
findImages, findImages, search, search
public WordProcessingWatermarkableImage(byte[] imageData)
Initializes a new instance of the WordProcessingWatermarkableImage
class using specified image data.
imageData
- The array of unsigned bytes from which to create the
WordProcessingWatermarkableImage
.Copyright © 2020. All rights reserved.