---
title: markupText
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uimarkuptextprintformatter/markuptext
---

# markupText

The HTML markup text for the print formatter.

## Declaration

```swift
var markupText: String? { get set }
```

## Discussion

Discussion When drawing begins for the print job, you cannot change the value of this property. The delegate method printInteractionControllerWillStartJob(_:) is called immediately before the formatting is set for the job.

## See Also

### Related Documentation

- [init(markupText:)](uikit/uimarkuptextprintformatter/init(markuptext:).md)
