---
title: "isSpecified"
description: "Returns `true` if this baseline shift is not [BaselineShift.Unspecified]."
type: "property"
---

<div class='type'>Property</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
inline val BaselineShift.isSpecified: Boolean
```


Returns `true` if this baseline shift is not `BaselineShift.Unspecified`.



<div class='sourceset sourceset-common'>Common</div>


```kotlin
inline val TextAlign.isSpecified: Boolean
```


Returns `true` if this `TextAlign` is not `TextAlign.Unspecified`.



<div class='sourceset sourceset-common'>Common</div>


```kotlin
inline val LineBreak.isSpecified: Boolean
```


Returns `true` if it is not `LineBreak.Unspecified`.



<div class='sourceset sourceset-common'>Common</div>


```kotlin
inline val TextDirection.isSpecified: Boolean
```


Returns `true` if this `TextDirection` is not `TextDirection.Unspecified`.



<div class='sourceset sourceset-common'>Common</div>


```kotlin
inline val Hyphens.isSpecified: Boolean
```


Returns `true` if it is not `Hyphens.Unspecified`.



