PresentationSearchableObjects
PresentationSearchableObjects enumeration
워터마크 검색에 포함될 PowerPoint 콘텐츠 개체를 나타내는 플래그를 지정합니다.
[Flags]
public enum PresentationSearchableObjects
가치
이름 | 값 | 설명 |
---|---|---|
None | 0 |
검색 개체를 지정하지 않습니다. |
Shapes | 1 |
도형 검색. |
ChartsBackgrounds | 2 |
차트 배경에서 검색합니다. |
SlidesBackgrounds | 4 |
슬라이드 배경에서 검색합니다. |
Hyperlinks | 8 |
하이퍼링크에서 검색합니다. |
All | F |
모든 콘텐츠 개체에서 검색합니다. |