WordProcessingHeaderFooterCollection
WordProcessingHeaderFooterCollection class
Word 문서의 머리글 및 바닥글 모음을 나타냅니다.
public class WordProcessingHeaderFooterCollection : ReadOnlyListBase<WordProcessingHeaderFooter>
속성
이름 | 설명 |
---|---|
virtual Count { get; } | 컬렉션에 포함된 요소의 수를 가져옵니다. |
virtual IsReadOnly { get; } | 컬렉션이 읽기 전용인지 여부를 나타내는 값을 가져옵니다. |
virtual Item { get; } | 컬렉션의 지정된 인덱스에 있는 요소를 가져옵니다. |
Item { get; } | 지정된 유형의 머리글 또는 바닥글을 가져옵니다. |
행동 양식
이름 | 설명 |
---|---|
virtual Contains(WordProcessingHeaderFooter) | |
virtual GetEnumerator() | |
virtual IndexOf(WordProcessingHeaderFooter) | |
LinkToPrevious(bool) | 모든 머리글과 바닥글을 이전 섹션의 해당 머리글과 바닥글에 연결하거나 연결 해제합니다. |
비고
이 컬렉션에는 다음 항목이 포함되어 있습니다.WordProcessingHeaderFooter
유형.