public class Content extends Object
| Constructor and Description |
|---|
Content() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
containsImages()
Returns a boolean specifying whether the content has any images.
|
Boolean |
containsImagesOnly()
Returns a boolean specifying whether the content consists only images.
|
Boolean |
containsText()
Returns a boolean specifying whether the content has any text.
|
Integer |
getNumberOfImages()
Returns the number of images in the content.
|
Boolean |
isEmpty()
Returns a boolean specifying whether the content is empty/blank.
|
public Integer getNumberOfImages()
public Boolean containsImagesOnly()
true if the content consists only images. False otherwise.public Boolean containsText()
true if the content has any text. False otherwise.public Boolean containsImages()
true if the content has any images. False otherwise.public Boolean isEmpty()
true if the content is empty. False otherwise.Copyright © 2022 Adobe. All rights reserved.