blob: 1dd540f07fff6f880f14702d9940984a0dc28ae3 [file] [log] [blame]
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
#pragma once
// word/OPC.h
typedef struct OPCRelationship OPCRelationship;
typedef struct OPCRelationshipSet OPCRelationshipSet;
typedef struct OPCPart OPCPart;
typedef struct OPCContentTypes OPCContentTypes;
typedef struct OPCPackage OPCPackage;
// word/WordCaption.h
typedef struct WordCaption WordCaption;
// word/WordConverter.h
typedef struct WordGetData WordGetData;
typedef struct WordPutData WordPutData;
typedef struct WordConverter WordConverter;
// word/WordNotes.h
typedef struct WordNote WordNote;
typedef struct WordNoteGroup WordNoteGroup;
// word/WordNumbering.h
typedef struct WordNumLevel WordNumLevel;
typedef struct WordAbstractNum WordAbstractNum;
typedef struct WordConcreteNum WordConcreteNum;
typedef struct WordNumbering WordNumbering;
// word/WordObjects.h
typedef struct WordObjects WordObjects;
// word/WordPackage.h
typedef struct WordPackage WordPackage;
// word/WordSection.h
typedef struct WordSection WordSection;
// word/WordSheet.h
typedef struct WordStyle WordStyle;
typedef struct WordSheet WordSheet;
// word/WordTheme.h
typedef struct WordTheme WordTheme;
// word/lenses/WordBookmark.h
typedef enum WordBookmarkType WordBookmarkType;
typedef struct CaptionParts CaptionParts;
typedef struct WordBookmark WordBookmark;
// word/lenses/WordDrawing.h
typedef struct WordDrawing WordDrawing;
// word/lenses/WordLenses.h
typedef struct WordLens WordLens;