Items
Functions
isArchedTextItem()
function isArchedTextItem(i): i is ArchedTextItem;
Check that item is had ArchedTextItem type
Parameters
| Parameter | Type |
|---|---|
i | Item |
Returns
i is ArchedTextItem
isAutoScaledTextItem()
function isAutoScaledTextItem(i): i is AutoScaledTextItem;
Check that item is had AutoScaledTextItem type
Parameters
| Parameter | Type |
|---|---|
i | Item |
Returns
i is AutoScaledTextItem
isBarcodeItem()
function isBarcodeItem(i): i is BarcodeItem;
Check that item is had BarcodeItem type
Parameters
| Parameter | Type |
|---|---|
i | Item |
Returns
i is BarcodeItem
isBoundedTextItem()
function isBoundedTextItem(i): i is BoundedTextItem;
Check that item is had BoundedTextItem type
Parameters
| Parameter | Type |
|---|---|
i | Item |
Returns
i is BoundedTextItem
isClipartItem()
function isClipartItem(i): i is ClipartItem;
Check that item is had ClipartItem type
Parameters
| Parameter | Type |
|---|---|
i | Item |
Returns
i is ClipartItem
isCurvedTextItem()
function isCurvedTextItem(i): i is CurvedTextItem;
Check that item is had CurvedTextItem type
Parameters
| Parameter | Type |
|---|---|
i | Item |
Returns
i is CurvedTextItem
isDashedLineItem()
function isDashedLineItem(i): i is DashedLineItem;
Check that item is had DashedLineItem type
Parameters
| Parameter | Type |
|---|---|
i | Item |
Returns
i is DashedLineItem
isEllipseItem()
function isEllipseItem(i): i is EllipseItem;
Check that item is had EllipseItem type
Parameters
| Parameter | Type |
|---|---|
i | Item |
Returns
i is EllipseItem
isGridItem()
function isGridItem(i): i is GridItem;
Parameters
| Parameter | Type |
|---|---|
i | Item |
Returns
i is GridItem
isGroupItem()
function isGroupItem(i): i is GroupItem;
Check that item is had GroupItem type
Parameters
| Parameter | Type |
|---|---|
i | Item |
Returns
i is GroupItem
isImageItem()
function isImageItem(i): i is ImageItem;
Check that item is had ImageItem type
Parameters
| Parameter | Type |
|---|---|
i | Item |
Returns
i is ImageItem
isLayoutItem()
function isLayoutItem(i): i is LayoutItem;
Check that item is had LayoutItem type
Parameters
| Parameter | Type |
|---|---|
i | Item |
Returns
i is LayoutItem
isLineItem()
function isLineItem(i): i is LineItem;
Check that item is had LineItem type
Parameters
| Parameter | Type |
|---|---|
i | Item |
Returns
i is LineItem
isPathBoundedTextItem()
function isPathBoundedTextItem(i): i is PathBoundedTextItem;
Check that item is had PathBoundedTextItem type
Parameters
| Parameter | Type |
|---|---|
i | Item |
Returns
i is PathBoundedTextItem
isPlaceholderItem()
function isPlaceholderItem(i): i is PlaceholderItem;
Check that item is had PlaceholderItem type
Parameters
| Parameter | Type |
|---|---|
i | Item |
Returns
i is PlaceholderItem
isPlainTextItem()
function isPlainTextItem(i): i is PlainTextItem;
Check that item is had PlainTextItem type
Parameters
| Parameter | Type |
|---|---|
i | Item |
Returns
i is PlainTextItem
isPolylineItem()
function isPolylineItem(i): i is PolylineItem;
Check that item is had PolylineItem type
Parameters
| Parameter | Type |
|---|---|
i | Item |
Returns
i is PolylineItem
isRectangleItem()
function isRectangleItem(i): i is RectangleItem;
Check that item is had RectangleItem type
Parameters
| Parameter | Type |
|---|---|
i | Item |
Returns
i is RectangleItem
isShapeItem()
function isShapeItem(i): i is ShapeItem;
Check that item is had ShapeItem type
Parameters
| Parameter | Type |
|---|---|
i | Item |
Returns
i is ShapeItem