CustomFooter 요소 (Data Structure)

엑셀의 페이지 설정의 바닥글을 설정 합니다.
엑셀 메뉴의 파일 > 페이지설정머리글/바닥글 설정 탭의 바닥글 부분을 설정하는 요소 입니다.

Info

하위요소

Name Description
<LeftSection> 왼쪽 구역 설정
<CenterSection> 가운데 구역 설정
<RightSection> 오른쪽 구역 설정

각 구역의 상세 설명은 LeftSection, CenterSection, RightSection 요소를 참고 하세요.

Example

<?xml version="1.0" ?>
<Excel>
  <!--바닥글 설정하기-->
  <CustomFooter>
    <CenterSection>
      <font Name="돋움체" Size="12"/>
      <InputText><![CDATA[&P / &N]]></InputText>
    </CenterSection>
  </CustomFooter>
</Excel>