Hide Table of Contents
SetBulletsAndNumbering Method (IParagraphs)

Sets the list properties of the current paragraph.

.NET Syntax

Visual Basic (Declaration) 
Function SetBulletsAndNumbering( _
   ByVal ParagraphType As System.Integer, _
   ByVal NumberingType As System.Integer, _
   ByVal StartAt As System.Integer, _
   ByVal Type As System.Integer, _
   ByVal Format As System.Integer _
) As System.Boolean
Visual Basic (Usage) 
Dim instance As IParagraphs
Dim ParagraphType As System.Integer
Dim NumberingType As System.Integer
Dim StartAt As System.Integer
Dim Type As System.Integer
Dim Format As System.Integer
Dim value As System.Boolean
 
value = instance.SetBulletsAndNumbering(ParagraphType, NumberingType, StartAt, Type, Format)
C# 
System.bool SetBulletsAndNumbering( 
   System.int ParagraphType,
   System.int NumberingType,
   System.int StartAt,
   System.int Type,
   System.int Format
)
C++/CLI 
System.bool SetBulletsAndNumbering( 
&   System.int ParagraphType,
&   System.int NumberingType,
&   System.int StartAt,
&   System.int Type,
&   System.int Format
) 

Parameters

ParagraphType
List type as defined in swParagraphType_e
NumberingType
Numbering direction as defined in swNumberedListStartType_e; valid only if ParagraphType is swParagraphType_e.swParagraphNumbered
StartAt
Letter or number starting this numbered list, depending on Type; valid only if ParagraphType is swParagraphType_e.swParagraphNumbered
Type
Numbered list type as defined in swNumberedListType_e; valid only if ParagraphType is swParagraphType_e.swParagraphNumbered
Format
Numbered list format as defined in swNumberingFormat_e; valid only if ParagraphType is swParagraphType_e.swParagraphNumbered

Return Value

True if successful, false if not

Remarks

Before calling this method, set the current paragraph using IParagraphs::CurrentParagraph.

After calling this method, call IParagraphs::UpdateParagraph to update the model.

 

See Also

Availability

SOLIDWORKS 2016 FCS, Revision Number 24.0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   SetBulletsAndNumbering Method (IParagraphs)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2017 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.