C# 클래스 Aspose.Words.Examples.CSharp.Programming_Documents.Working_with_Tables.MergedCells

파일 보기 프로젝트 열기: aspose-words/Aspose.Words-for-.NET

공개 메소드들

메소드 설명
CheckCellsMerged ( string dataDir ) : void
HorizontalMerge ( string dataDir ) : void
MergeCellRange ( string dataDir ) : void
PrintCellMergeType ( Cell cell ) : string
PrintHorizontalAndVerticalMerged ( string dataDir ) : void
Run ( ) : void
VerticalMerge ( string dataDir ) : void

비공개 메소드들

메소드 설명
MergeCells ( Cell startCell, Cell endCell ) : void

메소드 상세

CheckCellsMerged() 공개 정적인 메소드

public static CheckCellsMerged ( string dataDir ) : void
dataDir string
리턴 void

HorizontalMerge() 공개 정적인 메소드

public static HorizontalMerge ( string dataDir ) : void
dataDir string
리턴 void

MergeCellRange() 공개 정적인 메소드

public static MergeCellRange ( string dataDir ) : void
dataDir string
리턴 void

PrintCellMergeType() 공개 정적인 메소드

public static PrintCellMergeType ( Cell cell ) : string
cell Cell
리턴 string

PrintHorizontalAndVerticalMerged() 공개 정적인 메소드

public static PrintHorizontalAndVerticalMerged ( string dataDir ) : void
dataDir string
리턴 void

Run() 공개 정적인 메소드

public static Run ( ) : void
리턴 void

VerticalMerge() 공개 정적인 메소드

public static VerticalMerge ( string dataDir ) : void
dataDir string
리턴 void