'Declaration Public Sub GetHeaderFooterConfiguration( _
ByVal sectionIndexИндекс раздела.As System.Int32, _
ByRef defaultHeaderЗаголовок по умолчанию.As Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement, _
ByRef firstHeaderЗаголовок первой страницы.As Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement, _
ByRef evenHeaderЗаголовок четной страницы.As Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement, _
ByRef defaultFooter As Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement, _
ByRef firstFooter As Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement, _
ByRef evenFooter As Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement _
)
public void GetHeaderFooterConfiguration(
System.Int32 sectionIndex,
out Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement defaultHeader,
out Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement firstHeader,
out Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement evenHeader,
out Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement defaultFooter,
out Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement firstFooter,
out Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement evenFooter
)
public: void GetHeaderFooterConfiguration(
System.Int32 sectionIndex,
[PARAMFLAG::Out] Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement* defaultHeader,
[PARAMFLAG::Out] Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement* firstHeader,
[PARAMFLAG::Out] Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement* evenHeader,
[PARAMFLAG::Out] Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement* defaultFooter,
[PARAMFLAG::Out] Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement* firstFooter,
[PARAMFLAG::Out] Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement* evenFooter
)
public:
void GetHeaderFooterConfiguration(
System.Int32 sectionIndex,
[Out] Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement^ defaultHeader,
[Out] Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement^ firstHeader,
[Out] Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement^ evenHeader,
[Out] Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement^ defaultFooter,
[Out] Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement^ firstFooter,
[Out] Vintasoft.Imaging.Office.OpenXml.Editor.OpenXmlDocumentElement^ evenFooter
)
Parameters
- sectionIndex
- Индекс раздела.
- defaultHeader
- Заголовок по умолчанию.
- firstHeader
- Заголовок первой страницы.
- evenHeader
- Заголовок четной страницы.
- defaultFooter
- Нижний колонтитул по умолчанию.
- firstFooter
- Нижний колонтитул первой страницы.
- evenFooter
- Нижний колонтитул четной страницы.