# SkyOfficeLint **Repository Path**: mole-h-6011/sky-office-lint ## Basic Information - **Project Name**: SkyOfficeLint - **Description**: 运用MS-Office的API,检查Word文档格式是否存在错误的工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-01 - **Last Updated**: 2025-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Office格式检查工具 ## 分析步骤 OfficeLint格式检查工具主要分三步走: ```mermaid graph TD 将页面转为中间表示 --> 检查中间表示的特性 ``` ## Word文档模型 一个文档(Document)是有几个节(Sections)组成,一节有几段(Paragraphs)组成,每段有几句(Sentences)组成,每句又有几个单词(Words)组成,每个单词(Words)有几个字符(Characters)组成 ## Word写作规范 1. 段首不要使用空格进行缩进