---
title: "headerIntentWithIdentity:level:nestedInsideIntent:"
framework: foundation
role: symbol
role_heading: Type Method
path: "foundation/nspresentationintent/headerintentwithidentity:level:nestedinsideintent:"
---

# headerIntentWithIdentity:level:nestedInsideIntent:

Creates a header intent with the provided information.

## Declaration

```occ
+ (NSPresentationIntent *) headerIntentWithIdentity:(NSInteger) identity level:(NSInteger) level nestedInsideIntent:(NSPresentationIntent *) parent;
```

## Parameters

- `identity`: The unique identifier for the intent.
- `level`: The level for the header section. Specify 1 or greater for this parameter. Don’t specify 0.
- `parent`: The parent intent of the header.

## Return Value

Return Value A new intent with the kind set to NSPresentationIntentKindHeader.

## See Also

### Creating a presentation intent

- [paragraphIntentWithIdentity:nestedInsideIntent:](foundation/nspresentationintent/paragraphintentwithidentity:nestedinsideintent:.md)
- [orderedListIntentWithIdentity:nestedInsideIntent:](foundation/nspresentationintent/orderedlistintentwithidentity:nestedinsideintent:.md)
- [unorderedListIntentWithIdentity:nestedInsideIntent:](foundation/nspresentationintent/unorderedlistintentwithidentity:nestedinsideintent:.md)
- [listItemIntentWithIdentity:ordinal:nestedInsideIntent:](foundation/nspresentationintent/listitemintentwithidentity:ordinal:nestedinsideintent:.md)
- [codeBlockIntentWithIdentity:languageHint:nestedInsideIntent:](foundation/nspresentationintent/codeblockintentwithidentity:languagehint:nestedinsideintent:.md)
- [blockQuoteIntentWithIdentity:nestedInsideIntent:](foundation/nspresentationintent/blockquoteintentwithidentity:nestedinsideintent:.md)
- [thematicBreakIntentWithIdentity:nestedInsideIntent:](foundation/nspresentationintent/thematicbreakintentwithidentity:nestedinsideintent:.md)
- [tableIntentWithIdentity:columnCount:alignments:nestedInsideIntent:](foundation/nspresentationintent/tableintentwithidentity:columncount:alignments:nestedinsideintent:.md)
- [tableHeaderRowIntentWithIdentity:nestedInsideIntent:](foundation/nspresentationintent/tableheaderrowintentwithidentity:nestedinsideintent:.md)
- [tableRowIntentWithIdentity:row:nestedInsideIntent:](foundation/nspresentationintent/tablerowintentwithidentity:row:nestedinsideintent:.md)
- [tableCellIntentWithIdentity:column:nestedInsideIntent:](foundation/nspresentationintent/tablecellintentwithidentity:column:nestedinsideintent:.md)
