그림자 효과 추가 텍스트에 그림자 효과 적용하기 그림자 효과는 문자 뒤에 그림자를 만들어 텍스트에 깊이감과 입체감을 더합니다. IronWord provides predefined shadow presets through the Shadow class, offering various shadow styles that can be applied quickly without manual configuration. To add a shadow effect, create a TextStyle and configure its TextEffect property with a shadow preset such as Shadow.OuterShadow1. These static named instances from the Shadow class provide professionally designed shadow configurations with appropriate blur, distance, and angle settings. 외부 그림자 변형은 그림자를 텍스트에서 바깥쪽으로 투영하여 텍스트가 떠 있는 듯한 효과를 냅니다. Once the text style is configured with the desired shadow effect, create a Run object containing TextContent and assign the style to the run. Add the styled run to a paragraph using AddChild, then include the paragraph in the document. 이 접근 방식은 IronWord의 문서 계층 구조를 따르며 출력 파일에 그림자 효과가 올바르게 적용되도록 합니다. 코드 설명 워드 문서의 텍스트에 그림자 효과를 추가하는 것은 단 몇 줄의 코드로 가능합니다. For completeness, let's first initialize a new WordDocument instance called doc. Then, a TextStyle object is created and configured to incorporate a shadow effect by assigning the Shadow.OuterShadow1 static named instance to the TextEffect property. To add the styled text with the shadow effect, a Paragraph is created, then a Run object is created containing TextContent with "Hello World". The configured textStyle is assigned to the Run, applying the shadow effect. The Run is added to the Paragraph using AddChild, and the Paragraph is added to the document. 이는 문서 계층 구조(문서 → 단락 → 실행 → 텍스트 콘텐츠)를 따릅니다. 마지막으로 워드 문서를 내보냅니다. 더 많은 예시와 설명은 다음 글을 참조하세요. 텍스트에 그림자 효과 추가하는 방법 IronWord 튜토리얼을 통해 문서 요소를 살펴보세요. 관련 문서 링크 깃허브에서 보기 관련 튜토리얼 관련 사용법 가이드 클래스 문서화 IronWord DLL 다운로드 이 페이지의 문제점을 신고하세요 시작할 준비 되셨나요? Nuget 다운로드 35,581 | 버전: 2026.3 방금 출시되었습니다 무료 체험 시작하기 NuGet 무료 다운로드 총 다운로드 수: 35,581 라이선스 보기 아직도 스크롤하고 계신가요? 빠른 증거를 원하시나요? PM > Install-Package IronWord 샘플 실행 데이터를 워드 문서로 변환 확인. NuGet 무료 다운로드 총 다운로드 수: 35,581 라이선스 보기