CPDFEditingConfig Class Reference
Inherits from | NSObject |
---|---|
Declared in | CPDFView.h |
editingBorderColor
Sets the unselected border color of the text code block.
@property (nonatomic, retain) CPDFKitPlatformColor *editingBorderColor
Discussion
Sets the unselected border color of the text code block.
Declared In
CPDFView.h
editingSelectionBorderColor
Sets the selected border color of the text code block.
@property (nonatomic, retain) CPDFKitPlatformColor *editingSelectionBorderColor
Discussion
Sets the selected border color of the text code block.
Declared In
CPDFView.h
editingBorderWidth
Border width of the text code block.
@property (nonatomic, assign) CGFloat editingBorderWidth
Discussion
Border width of the text code block.
Declared In
CPDFView.h
editingBorderDashPattern
Array of dashed lines of the text code block.
@property (nonatomic, retain) NSArray *editingBorderDashPattern
Discussion
Array of dashed lines of the text code block.
Declared In
CPDFView.h
editingOffsetGap
Sets the offset interval at which blocks are displayed
@property (nonatomic, assign) CGFloat editingOffsetGap
Discussion
Sets the offset interval at which blocks are displayed
Declared In
CPDFView.h
pageSpacingGap
Set the move range spacing for the text editing page
@property (nonatomic, assign) CGFloat pageSpacingGap
Discussion
Set the move range spacing for the text editing page
Declared In
CPDFView.h