Skip to content

Commit 2f7149d

Browse files
committed
Update XWPFTheme.cs
1 parent c0fcc49 commit 2f7149d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ooxml/XWPF/Usermodel/XWPFTheme.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ limitations under the License.
2323
namespace NPOI.XWPF.UserModel
2424
{
2525
/// <summary>
26-
/// Representation of a WordprocessingML theme part (theme1.xml).
27-
/// 该类为从 Apache POI 的 XWPFTheme.java 移植的一个精简版实现,
28-
/// 主要职责:解析 theme 部件、提供对主题颜色的读取与序列化。
26+
/// A shared style sheet in a .docx document
2927
/// </summary>
3028
public class XWPFTheme : POIXMLDocumentPart
3129
{
@@ -129,7 +127,7 @@ private static CT_Color GetMapColor(String mapName, CT_ColorScheme scheme)
129127

130128

131129
/// <summary>
132-
/// 返回底层 CT_OfficeStyleSheet(drawingml theme)
130+
/// CT_OfficeStyleSheet(drawingml theme)
133131
/// </summary>
134132
public CT_OfficeStyleSheet GetCTTheme()
135133
{

0 commit comments

Comments
 (0)