About "WrapType.length"

I see that you can specify the layout of an image using the “builder.insertImage()” method, but I don’t see WrapType.length in the API. I use this property to find that the layout of the image is above the text. Does “WrapType.length” specify a layout or does it vary depending on the situation?

@wslioy WrapType.length property returns the count of the possible values of WrapType, i.e. it always returns 6. The possible values are: WrapType.INLINE, WrapType.NONE, WrapType.SQUARE, WrapType.THROUGH, WrapType.TIGHT, WrapType.TOP_BOTTOM. Please see our documentation for more information:
https://reference.aspose.com/words/java/com.aspose.words/wraptype/